Team:Imperial College London
From 2010.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
$('#menuback').mouseover(function() { | $('#menuback').mouseover(function() { | ||
- | $('#headover').stop( | + | $('#headover').stop().animate({height:'150px',top:'0px'},1000); |
}); | }); | ||
Line 20: | Line 20: | ||
$('.listmain').not('.curlink').css("color","#dddddd"); | $('.listmain').not('.curlink').css("color","#dddddd"); | ||
$('#headover ul').fadeOut(500); | $('#headover ul').fadeOut(500); | ||
- | $('#headover').stop( | + | $('#headover').stop().animate({height:'50px',top:'100px'},1000); |
}); | }); | ||
Revision as of 15:21, 29 September 2010