Team:Wash U
From 2009.igem.org
(Difference between revisions)
Line 90: | Line 90: | ||
div.MenuBar ul li a:hover ul.DropDownMenu { | div.MenuBar ul li a:hover ul.DropDownMenu { | ||
display: block; | display: block; | ||
- | width: 10em; | + | width: 10em; |
- | + | ||
height: 1em; | height: 1em; | ||
padding: 1px; /* Sets the drop-down menu "effective border" width. */ | padding: 1px; /* Sets the drop-down menu "effective border" width. */ | ||
Line 128: | Line 127: | ||
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | ||
display: block; | display: block; | ||
- | width: 11em; /* Side menu width | + | width: 11em; /* Side menu width */ |
- | + | ||
padding: 1px; /* Sets the side menu "effective border" width. */ | padding: 1px; /* Sets the side menu "effective border" width. */ | ||
position: absolute; | position: absolute; | ||
Line 135: | Line 133: | ||
Keep it sync with the side menu "effective border" width. */ | Keep it sync with the side menu "effective border" width. */ | ||
left: 13em; /* Places the side menu to the right of the drop-down menu. | left: 13em; /* Places the side menu to the right of the drop-down menu. | ||
- | Keep it sync with the drop-down menu width | + | Keep it sync with the drop-down menu width*/ |
- | + | ||
} | } | ||
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a, | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a, |
Revision as of 19:18, 3 June 2009