Team:HKU-Hong Kong/Templates/Header
From 2011.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
$('#menuback').mouseover(function() { | $('#menuback').mouseover(function() { | ||
- | $('#headover').stop().animate({height:' | + | $('#headover').stop().animate({height:'170px',top:'0px'},1000); |
}); | }); | ||
Line 151: | Line 151: | ||
#menuback { | #menuback { | ||
width:100px; | width:100px; | ||
- | height: | + | height:170px; |
position: absolute; | position: absolute; | ||
top: 0px; | top: 0px; | ||
Line 159: | Line 159: | ||
#headpic { | #headpic { | ||
width:800px; | width:800px; | ||
- | height: | + | height:170px; |
position: absolute; | position: absolute; | ||
top: 0px; | top: 0px; |
Revision as of 05:38, 4 October 2011