That’s my problem : some section of my website are not so long (in height term) and I like to extend the container until the bottom of the screen. The problem is that the window size could be different for each computer (due to the monitor resolution). So tricks like min-height will fail. How can I should try? With javascript? Or maybe position absolute+div clear and extend the container? Any helps would be appreciated!
I mean : the background color must get the whole screen on this example.
Working demo: http://jsfiddle.net/AlienWebguy/cruT5/5/