CSS/gifu/main

From 2014.igem.org

(Difference between revisions)
Line 356: Line 356:
   color:white;
   color:white;
   font-size:xx-large;
   font-size:xx-large;
-
   height:150px;
+
    
   width:150px;   
   width:150px;   
   }
   }
Line 407: Line 407:
function imgchangeA(){
function imgchangeA(){
cnt=3
cnt=3
-
 
document.getElementById("factory").src=img[cnt].src;
document.getElementById("factory").src=img[cnt].src;
 +
$("#factory").css("height","170px");
};
};
Line 418: Line 418:
function imgchangeC(){
function imgchangeC(){
cnt=1
cnt=1
 +
$("#factory").css("height","120px");
document.getElementById("factory").src=img[cnt].src;
document.getElementById("factory").src=img[cnt].src;
};
};

Revision as of 05:43, 18 September 2014

GO TOP!
factory1