$(window).load(function(){ resizes() setTimeout(function(){ resizes() },0) }).resize(function(){ resizes() }) function resizes(){ var inSec1H = $('.index_sec1').outerHeight(); var h = inSec1H - $('.inSec2Col9').height() - 22 - $('.index_sec2 .inSec1T').outerHeight(); $('.inSec2Row').eq(1).find('.inSec2List').height(h) }