Team:Minnesota/Notebook

From 2013.igem.org

(Difference between revisions)
Line 48: Line 48:
/*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.*/
$("#mainRightButton2").mouseover(
$("#mainRightButton2").mouseover(
-
     function() {$("#mainRightButton2").fadeIn("fast");}
+
     function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png");}
);
);
$("#mainRightButton1").mouseleave(
$("#mainRightButton1").mouseleave(

Revision as of 01:02, 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!