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").animate({top:"-50px", width:"auto"},"slow") |
}); | }); | ||
$("#menuIntro").mouseout(function(){ | $("#menuIntro").mouseout(function(){ | ||
- | $("#panelIntro"). | + | $("#panelIntro").animate({top:"50px"},"slow") |
}); | }); | ||
Revision as of 06:34, 25 September 2012
Network