Forum Moderators: not2easy
I want it to be locked at the very bottom of the page.
Unfortunately the only way I know of doing this is with "fixed" positioning, and that will mess up the way the page scrolls since the footer will always be there.
What I want is for it only to appear once you reach the bottom of the page. I just don't want pixels to be left between the footer and the bottom of the page.
I hope my explanation makes sense. Anyone know of a way?
If you use position:fixed, you need additional padding on the content's bottom in order for it to clear the fixed footer.
If you use absolute positioning you also need that same padding.
For an example, take a look at post #3878112 in [webmasterworld.com...] (message 39 or so in that long thread)