Team:TU-Delft/CSS
From 2012.igem.org
(Difference between revisions)
Line 305: | Line 305: | ||
} | } | ||
+ | |||
+ | #nav li ul { | ||
+ | display: none; | ||
+ | width:200px; | ||
+ | } | ||
+ | #nav li.off ul, #nav li.on ul { /*Position of the submenu!!*/ | ||
+ | position:static; | ||
+ | direction:ltr; | ||
+ | |||
+ | width:150px; | ||
+ | height:100px; | ||
+ | |||
+ | /*left:30px; | ||
+ | right:50%;*/ | ||
+ | margin: 0 0 0 -150px; | ||
+ | padding: 0 0 0 0; | ||
+ | background:white; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | |||
Revision as of 01:00, 27 October 2012