Team:AHUT China/Template/CSS RESET

From 2014.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 68: Line 68:
     text-transform: lowercase;
     text-transform: lowercase;
}
}
-
#menubar ul li a:hover{
+
#menubar ul:hover li a{
     filter:alpha(opacity=100);
     filter:alpha(opacity=100);
     -moz-opacity:1;
     -moz-opacity:1;
Line 94: Line 94:
}
}
.left-menu ul li:last-child {
.left-menu ul li:last-child {
-
     display:none;
+
     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