Team:Minnesota/Team
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 71: | Line 71: | ||
//Team page specific | //Team page specific | ||
- | + | $("#PSI2").hover( | |
+ | function() { | ||
+ | //change opacity and size in future | ||
+ | $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png"); | ||
+ | $("#profileSelectorText").text("Hannah!"); | ||
+ | }, | ||
+ | function() { | ||
+ | //$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png"); | ||
+ | } | ||
+ | ); | ||
Revision as of 07:12, 23 August 2012