jQuery(function($) { // $("#right").height($('#content').height() + 70 + 17 + 10); $('#right').css('min-height', $('#content').height() + 70 + 17 + 10); });