I\'m having an issue identical to this poster: Jquery problem with height() and resize()
But the solution doesn\'t fix my issue. I have three stacked divs, and I want to
I feel like there should be a no javascript solution, but how is this?
http://jsfiddle.net/NfmX3/2/
$(window).resize(function() { $('#content').height($(window).height() - 46); }); $(window).trigger('resize');