Team:KIT-Kyoto/Test

From 2014.igem.org

(Difference between revisions)
Line 146: Line 146:
var topimg = function(){
var topimg = function(){
var _w = $("#container").width;
var _w = $("#container").width;
-
$(".show,.hide").css({width:_w});
+
$(".show,.hide,.topmenu li,.topmenu li a").css({width:_w});
var _h = $(".show").height();
var _h = $(".show").height();
-
$(".topmenu li").css({height:_h});
+
$(".topmenu li,.topmenu a").css({height:_h});
}
}
$(function(){
$(function(){

Revision as of 15:36, 10 October 2014


kit