Team:HKUST-Hong Kong

From 2012.igem.org

(Difference between revisions)
Line 13: Line 13:
     });
     });
     $('#Team_Caption').mouseover(function(){
     $('#Team_Caption').mouseover(function(){
-
     $('#Team_Caption').stop().animate({width:'400px';height:'100px'},1000);
+
     $('#Team_Caption').stop().animate({width:'400px'},1000);
     });
     });
     $('#Team_Caption').mouseleave(function() {
     $('#Team_Caption').mouseleave(function() {
-
     $('#Team_Caption').stop().animate({width:'200px';height:'50px'},1000);
+
     $('#Team_Caption').stop().animate({width:'200px'},1000);
     });
     });
   });
   });

Revision as of 07:34, 21 June 2012

Team:HKUST-Hong Kong - 2012.igem.org

Google Chrome is recommended for viewing this page.

First Paragraph

Second Paragraph

Third Paragraph