Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
}); | }); | ||
$('#Team_Caption').mouseover(function(){ | $('#Team_Caption').mouseover(function(){ | ||
- | $('#Team_Caption').stop().animate({height:60,width:120},1000 | + | $('#Team_Caption').stop().animate({height:60,width:120},1000); |
}); | }); | ||
$('#Team_Caption').mouseleave(function(){ | $('#Team_Caption').mouseleave(function(){ | ||
- | $('#Team_Caption').stop().animate({height:50,width:100},1000 | + | $('#Team_Caption').stop().animate({height:50,width:100},1000); |
}); | }); | ||
$('#Team_Profile_Caption').mouseover(function(){ | $('#Team_Profile_Caption').mouseover(function(){ | ||
- | $('#Team_Profile_Caption').stop().animate({height:60,width:120},1000 | + | $('#Team_Profile_Caption').stop().animate({height:60,width:120},1000); |
}); | }); | ||
$('#Team_Profile_Caption').mouseleave(function(){ | $('#Team_Profile_Caption').mouseleave(function(){ | ||
- | $('#Team_Profile_Caption').stop().animate({height:50,width:100},1000 | + | $('#Team_Profile_Caption').stop().animate({height:50,width:100},1000); |
}); | }); | ||
$('#Project_Caption').mouseover(function(){ | $('#Project_Caption').mouseover(function(){ | ||
- | $('#Project_Caption').stop().animate({height:60,width:120},1000 | + | $('#Project_Caption').stop().animate({height:60,width:120},1000); |
}); | }); | ||
$('#Project_Caption').mouseleave(function(){ | $('#Project_Caption').mouseleave(function(){ | ||
- | $('#Project_Caption').stop().animate({height:50,width:100},1000 | + | $('#Project_Caption').stop().animate({height:50,width:100},1000); |
}); | }); | ||
$('#Parts_Caption').mouseover(function(){ | $('#Parts_Caption').mouseover(function(){ | ||
- | $('#Parts_Caption').stop().animate({height:60,width:120},1000 | + | $('#Parts_Caption').stop().animate({height:60,width:120},1000); |
}); | }); | ||
$('#Parts_Caption').mouseleave(function(){ | $('#Parts_Caption').mouseleave(function(){ | ||
- | $('#Parts_Caption').stop().animate({height:50,width:100},1000 | + | $('#Parts_Caption').stop().animate({height:50,width:100},1000); |
}); | }); | ||
}); | }); |
Revision as of 09:03, 21 June 2012
Google Chrome is recommended for viewing this page.
First Paragraph
Second Paragraph
Third Paragraph