Difference between revisions of "Template:MIT-Header"
Line 117: | Line 117: | ||
} | } | ||
#twitapp, #fbapp { | #twitapp, #fbapp { | ||
− | |||
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( | + | div.fadeIn(0); |
}).mouseout(function(){ | }).mouseout(function(){ | ||
− | div.fadeOut( | + | div.fadeOut(0); |
}); | }); | ||
}); | }); |
Revision as of 14:03, 9 July 2015