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 274: | Line 275: | ||
$('div #twittericon').mouseover(function(){ | $('div #twittericon').mouseover(function(){ | ||
div = $('#twitapp'); | div = $('#twitapp'); | ||
− | div.fadeIn( | + | div.fadeIn(100); |
}).mouseout(function(){ | }).mouseout(function(){ | ||
− | div.fadeOut( | + | div.fadeOut(100); |
}); | }); | ||
}); | }); |
Revision as of 14:07, 9 July 2015