I want the footer (“XHTML | CSS | WillJW”) to appear at the very bottom of the browser window. So if the window scrolls down, it will be right at the bottom. But in the same sense, if there is not enough content to fill the window, it will still be at the very bottom.
The reason the background carries on at the moment is because it’s a repeated background image. The footer has the following CSS:
No, you got the wrong idea. Let me try to explain a bit better.
If the page scrolls down, the footer will at first be out of site… you scroll to the bottom and there it is. Nothing special there! But if the page DOESN’T scroll, i still want it at the bottom of the page.
Basically, I want to hide the continuing background image that peeps out the bottom of the window (see link).
Hmm, well i know what you’re asking for now but it doesn’t seem possible. Unless you can have a min-height of a wrapper div of 100% and then the footer positioned at the bottom of that wrapper but for some reason this isn’t working in my testing.
Thanks, it works. I had to change the footer to position:relative tho because it was coming up half way up the page when you had to scroll a page. Only tested in IE tho.