SyntaxFix
Write A Post
Hire A Developer
Questions
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');