Team:Fudan D
From 2012.igem.org
(Difference between revisions)
Chocolatenw (Talk | contribs) |
Chocolatenw (Talk | contribs) |
||
Line 32: | Line 32: | ||
$('#menu').mouseleave(function() { | $('#menu').mouseleave(function() { | ||
- | $('.listhead').not('.curlink').css("color","# | + | $('.listhead').not('.curlink').css("color","#000000"); |
$('.listmain').not('.curlink').css("color","#dddddd"); | $('.listmain').not('.curlink').css("color","#dddddd"); | ||
$('#headover ul').fadeOut(500); | $('#headover ul').fadeOut(500); | ||
Line 41: | Line 41: | ||
$('.listhead').mouseover(function(){ | $('.listhead').mouseover(function(){ | ||
- | $('.listhead').not('.curlink').css("color","# | + | $('.listhead').not('.curlink').css("color","#000000"); |
$(this).css("color","#444444"); | $(this).css("color","#444444"); | ||
$('#headover ul').css("display","none"); | $('#headover ul').css("display","none"); |
Revision as of 07:02, 22 July 2012