Team:Minnesota/Team Mentors Advisors

From 2012.igem.org

(Difference between revisions)
m
m
Line 36: Line 36:
 +
//Right nav button functions
 +
var keeper;
 +
 +
$("#mainRightButton1").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
 +
 +
$("#mainRightButton2").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
 +
 +
$("#mainRightButton3").hover(
 +
    function() {
 +
      keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
 +
    },         
 +
    function() {$(this).attr("src",keeper);}
 +
);
-
//main page image switcher
 
Line 314: Line 339:
</div>
</div>
<div style="position:absolute;left:5px;top:75px;">
<div style="position:absolute;left:5px;top:75px;">
-
<a href="#"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png"></a>
+
<a href="#"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_img.png"></a>
</div>
</div>
<div style="position:absolute;left:5px;top:150px;">
<div style="position:absolute;left:5px;top:150px;">
-
<a href="#"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png"></a>
+
<a href="#"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_maroon_img.png"></a>
</div>
</div>

Revision as of 07:41, 3 October 2012

Team:Minnesota - Main Style Template Team:Minnesota

Like us on FB and follow us on Twitter!

Please mouse over each icon to learn about our team members!