Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 33: | Line 33: | ||
+ | |||
+ | //social media button switchers | ||
+ | $("#fbButton").hover( | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook.png");}, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png");} | ||
+ | ); | ||
+ | |||
+ | $("#twitterButton").hover( | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter.png");}, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png");} | ||
+ | ); | ||
Line 200: | Line 211: | ||
top:460px; | top:460px; | ||
left:30px; | left:30px; | ||
- | background-color: | + | background-color:white; |
} | } | ||
Revision as of 20:15, 22 August 2012