Team:Minnesota/Notebook

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
//background image centering
//background image centering
-
//main page image switcher - VERSION 2! Really cool haha...
 
-
var keeper;
 
-
 
-
$("#mainRightButton1").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_gold_txt_zps6a94b6c8.png");},         
 
-
    function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_maroon_img_zpsfc8c87cc.png");}
 
-
);
 
-
 
-
$("#mainRightButton2").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_gold_txt_zps96347d4e.png");},         
 
-
    function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png");}
 
-
);
 
-
 
-
 
-
 
-
$("#mainRightButton3").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_gold_txt_zps6a94b6c8.png");},         
 
-
    function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_maroon_img_zpsfc8c87cc.png");}
 
-
);
 
/*fade in/out animations. need both rather than hover since one element will overlap the other.*/
/*fade in/out animations. need both rather than hover since one element will overlap the other.*/

Revision as of 01:06, 11 September 2013

Team:Minnesota - Main Style Template Team:Minnesota - Notebook

Like us on FB and follow us on Twitter!

Welcome to our Notebook page! Please use the buttons on the right to see in detail the exciting work our team has been doing this summer!