Difference between revisions of "Template:Team:TU Eindhoven/Menu HTML"

Line 38: Line 38:
 
     $("#twitter_logo,#twitter").hover(
 
     $("#twitter_logo,#twitter").hover(
 
         function(){
 
         function(){
             $("#twitter").css("display", "initial");
+
             $("#twitter").css("z-index", "1");
 
             },
 
             },
 
         function(){
 
         function(){
             $("#twitter").css("display", "none");
+
             $("#twitter").css("z-index", "-1");
 
         });
 
         });
 
          
 
          

Revision as of 09:24, 13 May 2015