Team:Minnesota/Team

From 2012.igem.org

(Difference between revisions)
m
m
Line 97: Line 97:
$("#PSI2").hover(
$("#PSI2").hover(
     function() {
     function() {
-
//change opacity and size in future
+
      $("#PSI2").css("opacity","0.4");
 +
      $("#PSI2").css("filter","alpha(opacity=40)");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Hannah_resized.png");
       $("#pstName").css("font-weight","bold");
       $("#pstName").css("font-weight","bold");
Line 105: Line 106:
     },           
     },           
     function() {
     function() {
-
//$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");
+
      $("#PSI2").css("opacity","1");
 +
      $("#PSI2").css("filter","alpha(opacity=100)");
 +
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
 +
      $("#pstName").text("");
 +
      $("#pstDescription").css("font-size",18);
 +
      $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
     }
     }
);
);
Line 112: Line 118:
$("#PSI3").hover(
$("#PSI3").hover(
     function() {
     function() {
-
//change opacity and size in future
+
      $("#PSI3").css("opacity","0.4");
 +
      $("#PSI3").css("filter","alpha(opacity=40)");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Molly_resized.png");
       $("#pstName").css("font-weight","bold");
       $("#pstName").css("font-weight","bold");
Line 120: Line 127:
     },           
     },           
     function() {
     function() {
-
//$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");
+
      $("#PSI3").css("opacity","1");
 +
      $("#PSI3").css("filter","alpha(opacity=100)");
 +
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
 +
      $("#pstName").text("");
 +
      $("#pstDescription").css("font-size",18);
 +
      $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
     }
     }
);
);
Line 126: Line 138:
$("#PSI4").hover(
$("#PSI4").hover(
     function() {
     function() {
-
//change opacity and size in future
+
      $("#PSI4").css("opacity","0.4");
 +
      $("#PSI4").css("filter","alpha(opacity=40)");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png");
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Misha_resized.png");
       $("#pstName").css("font-weight","bold");
       $("#pstName").css("font-weight","bold");
Line 134: Line 147:
     },           
     },           
     function() {
     function() {
-
//$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");
+
      $("#PSI4").css("opacity","1");
 +
      $("#PSI4").css("filter","alpha(opacity=100)");
 +
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
 +
      $("#pstName").text("");
 +
      $("#pstDescription").css("font-size",18);
 +
      $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
     }
     }
);
);

Revision as of 22:22, 13 September 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!