Team:USP-UNESP-Brazil/Templates/Header

From 2012.igem.org

(Difference between revisions)
Line 65: Line 65:
     $(document).ready(function(){
     $(document).ready(function(){
         $("#menuIntro").mouseover(function(){
         $("#menuIntro").mouseover(function(){
-
             $("#panelIntro").animate({top:"-50px", width:"auto"},"slow")
+
             $("#panelIntro").slideDown("slow")
         });
         });
-
         $("#panelIntro").mouseout(function(){
+
         $("#menuIntro").mouseout(function(){
-
             $("#panelIntro").animate({top:"50px"},"slow")
+
             $("#panelIntro").slideUp("slow")
         });
         });

Revision as of 06:48, 25 September 2012