Min-height not cooperating. Content area not extending full height of page

stefanACM

New Member
I'm working on a layout for a new website. Demo set up here:http://aarongmoore.com/test/layout.htmlThe page is intended to look like this:http://aarongmoore.com/test/images/sitedemo.png(Sorry the image isn't actually posted, apparently I'm too new to be allowed to post an image.)The dark grey content area should be going to the bottom of the page, regardless of how much "content" is being displayed in it. I do not want a scroll bar in the dark gray area, I want the browser to scroll as it normally does with the navigation and logo staying static on the page.I have tried setting the container to \[code\]height: 100%\[/code\] but this doesn't help because when there is more content than is able to fit in the browser, that content is cut off... instead of being able to scroll and see it.This seems like a very simplistic layout in my mind but I can't figure out how to make it happen in the CSS code.
 
Back
Top