How do I make a DIV always be the full height of the page? I have managed to make it the full height of the screen using this (container being the div I full to be full height):
body, html {100%}
container{100%}
Problem with this is that whilst it makes it full height of the screen, if the page is longer than the screen and you scroll down, the div doesn't stretch that far. The container div has a key background image which is fundamental to the design....
Any help would be massively appreciated!
Start Free Trial