Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sticky Footer Method Re: Sticky Footer Method

#123610
Senff
Participant

I can’t really see where it went wrong originally because you gave the footer an absolute position, and like you said that’s messing things up a bit.

Having a footer and then have a div id="footer" within it, is a bit silly IMO. I think you were fine with the original code, but you might want to check if #main-column is cleared? Use a clearfix on that one (try giving it overflow:hidden; and see if that works.