Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 26: | Line 26: | ||
//main page image switcher | //main page image switcher | ||
- | + | $("#mainRightButton1").mouseover(functioni(){ | |
+ | $("#mainRightButton1").html("<img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/temp_maroon_txt.png">"); | ||
+ | }); | ||
- | }); | + | }); //ends .ready function |
Line 289: | Line 291: | ||
<div class="rightNavButtons"> | <div class="rightNavButtons"> | ||
- | <a href="#" | + | <a href="#" id="mainRightButton1"><img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/temp_maroon_img.png"></a> |
- | <a href="#" | + | <a href="#" id="mainRightButton2"><img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/temp_maroon_img.png"></a> |
- | <a href="#" | + | <a href="#" id="mainRightButton3"><img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/temp_maroon_img.png"></a> |
</div><!--end rightNavButtons--> | </div><!--end rightNavButtons--> |
Revision as of 03:17, 22 August 2012