Team:UC Chile/style
From 2012.igem.org
(Difference between revisions)
Line 117: | Line 117: | ||
position:absolute; | position:absolute; | ||
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ | left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ | ||
- | border- | + | border-right: 1px solid black; |
- | + | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
Line 130: | Line 129: | ||
} | } | ||
#nav li:hover ul{ | #nav li:hover ul{ | ||
- | left: | + | left:-1px; |
top: 0px; | top: 0px; | ||
margin-top: 29px; | margin-top: 29px; |
Revision as of 15:46, 31 March 2012