$(document).ready(function(){ function fix_height(){ var h = $("#slim-header").height() - 30; // $("#preview").attr("height", (($(window).height()) - h) + "px"); $("#preview").css("margin-top",h + "px"); } // $(window).resize(function(){ fix_height(); }).resize(); //$("#preview").contentWindow.focus(); });