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