Created
March 5, 2013 19:19
-
-
Save branquito/5093314 to your computer and use it in GitHub Desktop.
suckerfish-basic-joomla
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
.moduletable_menu, .moduletable_menu ul { | |
padding: 0; | |
margin: 0; | |
list-style: none; | |
} | |
.moduletable_menu a { | |
display: block; | |
width: 10em; | |
} | |
.moduletable_menu li { | |
float: left; | |
width: 10em; | |
} | |
.moduletable_menu li ul { | |
position: absolute; | |
width: 10em; | |
left: -999em; | |
} | |
.moduletable_menu li:hover ul { | |
left: auto; | |
} | |
.moduletable_menu li:hover ul, .moduletable_menu li.sfhover ul { | |
left: auto; | |
z-index: 100; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment