Team:KIT-Kyoto/Test

From 2014.igem.org

(Difference between revisions)
Line 109: Line 109:
margin:14px 0px 0px 250px;
margin:14px 0px 0px 250px;
min-height:100%;
min-height:100%;
-
width:100%;
 
position:relative;
position:relative;
}
}
Line 143: Line 142:
$(function(){  
$(function(){  
var topimg = function(){
var topimg = function(){
-
var w = $("#kitfooter-box").width;
+
var w = $("#container").width;
-
$(".timg a img").css({width:w});
+
$(".show,.hide").css({width:w});
var _h = $(".show").height();
var _h = $(".show").height();
$(".timg").css({height:_h});
$(".timg").css({height:_h});

Revision as of 16:10, 10 October 2014


kit