Team:DTU-Denmark/Templates/Standard page begin

From 2011.igem.org

(Difference between revisions)
Line 62: Line 62:
                     function() {
                     function() {
                         // Hover over
                         // Hover over
-
                         $(this).find("ul.subnav").stop(true, true).css({height: "", opacity: ""}).show();
+
                         $(this).find("ul.subnav").stop(true, true).show();
                         // Hover out
                         // Hover out
                         $(this).hover(
                         $(this).hover(
Line 68: Line 68:
                             },
                             },
                             function(){
                             function(){
-
                                 $(this).find("ul.subnav").animate({opacity: 0, height: 0},'slow');
+
                                 $(this).find("ul.subnav").hide();
                             }
                             }
                         );
                         );

Revision as of 14:58, 21 September 2011

{{{1}}}