Created
August 20, 2012 16:38
-
-
Save toddaeverett/3405635 to your computer and use it in GitHub Desktop.
Breadcrumb Navigation CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Breadcrumb Nav */ | |
#breadcrumb {padding-top:10px;font-size:10px;} | |
#breadcrumb ul {margin:0px;padding:0px;} | |
#breadcrumb ul li {display:inline;padding:0px;margin:0 5px 0 0;color:#989898;background:none;} | |
#breadcrumb ul li a, #breadcrumb ul li a:hover {background:url(images/breadcrumbArrowR.gif) 100% 4px no-repeat;padding:0px 8px 0px 0px;} | |
#breadcrumb ul li a {text-decoration:underline;color:#69F;} | |
#breadcrumb ul li a:hover {text-decoration:underline;color:#f00;} | |
/* End Breadcrumb Nav */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS styling to make breadcrumb navigation out of sequential list elements.