I've been grappling with the min-height:100% CSS property in an attempt to make my content area reach the remaining % of the screen, but it's proving to be quite challenging. Any guidance you can provide will be highly valued.
On my page, I have 3 fixed height divs placed at the top and 1 fixed height footer at the bottom. In between these, there's a div known as the "container" div where the dynamic height section is located. Here, I want both the content and sidebar divs to extend to a minimum of 100% of the screen height and adjust based on the content length.
Link to related code snippet: http://jsfiddle.net/P3Ckk/110/
Any assistance or advice would be greatly appreciated as I'm currently stuck at this point.