Team:USP-UNESP-Brazil/Templates/Header
From 2012.igem.org
(Difference between revisions)
Line 64: | Line 64: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#menuIntro").mouseover(function(){ | $("#menuIntro").mouseover(function(){ | ||
- | $("#panelIntro"). | + | $("#panelIntro").slideDown("slow"); |
}); | }); | ||
$("#menuIntro").mouseout(function(){ | $("#menuIntro").mouseout(function(){ | ||
- | $("#panelIntro"). | + | $("#panelIntro").slideUp("slow"); |
}); | }); | ||
Revision as of 06:25, 25 September 2012
Network