Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 88: | Line 88: | ||
$('#menubar').mouseleave(function() { | $('#menubar').mouseleave(function() { | ||
$('#menubar').stop().animate({top:"-20px"},100); | $('#menubar').stop().animate({top:"-20px"},100); | ||
+ | }); | ||
+ | $('.right-menu')mouseover(function(){ | ||
+ | $('.right-menu').stop.animate({top:"0px"},100); | ||
+ | }); | ||
+ | $('.right-menu')mouseleave(function(){ | ||
+ | $('.right-menu').stop.animate({top:"-20px"},100); | ||
}); | }); | ||
}); | }); |
Revision as of 09:27, 20 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