Team:AHUT China/Template/CSS RESET
From 2014.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 68: | Line 68: | ||
text-transform: lowercase; | text-transform: lowercase; | ||
} | } | ||
- | #menubar ul | + | #menubar ul:hover li a{ |
filter:alpha(opacity=100); | filter:alpha(opacity=100); | ||
-moz-opacity:1; | -moz-opacity:1; | ||
Line 93: | Line 93: | ||
color:#fff; | color:#fff; | ||
} | } | ||
- | .left-menu | + | .left-menu ul li:last-child { |
- | + | filter:alpha(opacity=0); | |
+ | -moz-opacity:0; | ||
+ | opacity:0; | ||
+ | } | ||
+ | .left-menu ul:hover li:last-child { | ||
+ | filter:alpha(opacity=100); | ||
+ | -moz-opacity:1; | ||
+ | opacity:1; | ||
} | } | ||
Latest revision as of 03:04, 23 September 2014