jQuery, change div height to automatically fill out remainder of screen if content isn't already larger
My site is structured roughly like this: ----------------- header ----------------- | | side| main | | ----------------- footer I'm trying to get my "main" div to take all of the remaining height on the screen (and resize during window resizing), so that "footer" is always au...