I have a site with the following structure:
<
My solution:
$(window).resize(function() { $('#div_to_occupy_the_rest').height( $(window).height() - $('#div_to_occupy_the_rest').offset().top ); });