Difference between revisions of "Template:MIT-Header"

Line 117: Line 117:
 
}
 
}
 
#twitapp, #fbapp {
 
#twitapp, #fbapp {
display:none;
 
 
width:250px;
 
width:250px;
 
height:auto;
 
height:auto;
Line 275: Line 274:
 
$('div #twittericon').mouseover(function(){
 
$('div #twittericon').mouseover(function(){
 
   div = $('#twitapp');
 
   div = $('#twitapp');
   div.fadeIn(100);
+
   div.fadeIn(0);
 
}).mouseout(function(){
 
}).mouseout(function(){
     div.fadeOut(100);
+
     div.fadeOut(0);
 
});
 
});
 
});
 
});

Revision as of 14:03, 9 July 2015