$(function(){ //table var twH = $(window).height(); var thH = twH - 220; $('.left table,.right table').css('height', thH + 'px'); //mapArea var mwH = $(window).height(); var mhH = mwH - 60; $('#mapArea .map').css('height', mhH + 'px'); });