Created
January 30, 2013 17:09
-
-
Save ringmaster/4674751 to your computer and use it in GitHub Desktop.
Add this to your style.css file at the end.
This file contains hidden or 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
#menu{*zoom:1;zoom:1;border-bottom:1px solid #eaeaea;}#menu:before,#menu:after{content:"";display:table;} | |
#menu:after{clear:both;} | |
#menu:before,#menu:after{display:table;content:"";zoom:1;} | |
#menu:after{clear:both;} | |
#menu ol{list-style:none;margin-left:0;padding-left:0;} | |
#menu ol li{display:inline;float:left;line-height:24px;} | |
#menu ol li:hover{background:#582E91;} | |
#menu ol li:active>div>a{background-color:#582E91;font-weight:bold;} | |
#menu ol li ol{position:absolute;background:#582E91;z-index: 30;} | |
#menu ol li ol div{margin-top:10px;} | |
#menu ol li ol li{display:block;float:none;} | |
#menu ol li:hover>ol{display:block;} | |
#menu ol a,#menu ol .spacer{padding:2px 10px;} | |
#menu ol a:hover,#menu ol .spacer:hover{text-decoration:none;background:#582E91;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment