Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 47: | Line 47: | ||
$('#Parts_Caption').stop().animate({height:50,width:200},100); | $('#Parts_Caption').stop().animate({height:50,width:200},100); | ||
}); | }); | ||
- | $('#Home'). | + | $('#Home').mouseover(function(){ |
- | $('#Home').animate({outlineWidth:"10px"}); | + | $('#Home').stop().animate({outlineWidth:"10px", fontSize:"3em"}); |
}); | }); | ||
+ | $('#Home').mouseleave(function(){ | ||
+ | $('#Home').stop().animate({outlinewidth:"0px", fontSize:"2em"}); | ||
+ | } | ||
}); | }); | ||
Revision as of 16:59, 13 July 2012
Google Chrome is recommended for viewing this page.
OUR LOGO
First Paragraph
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
Second Paragraph
Third Paragraph