This commit is contained in:
substantialnoninfringinguser
2009-05-19 06:32:42 +01:00
parent e9eb00f65d
commit 9c1e978da2
17 changed files with 149 additions and 95 deletions

View File

@@ -20,7 +20,7 @@ ul.dropdown li.hover a { color: black; background:gray;}
*/
ul.dropdown ul { width: 220px; visibility: hidden; position: absolute; bottom: 100%; left: 0px; margin-left:0px; padding-left: 0px; background:none}
ul.dropdown ul li { font-weight: normal; color: black; background: none; border-bottom: 1px solid #ccc; float: none; padding:0px; margin:0px}
ul.dropdown ul li:hover, ul.dropdown ul li a:hover { color:white;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; color: black;}