Forums

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

Home Forums CSS How do i keep the footer below the content area?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25764
    CatLady916
    Member

    I’m making a web page template:

    http://freedomroctest.x10hosting.com/template1.html

    I’m having trouble keeping the footer at the bottom of the page as the mainArea div grows…I made the footer div slightly wider than the wrapper div so you can see where it is "stuck" on the page…

    I’ve read so many articles on this sticky footer thing and I can’t get it to act right with my page, but making a new example file without the stuff from my page works fine. Plus, I’m totally confused now about the min-height and everything else.

    Can someone please look at my code and tell me what I need to do in order keep this footer at the bottom as the mainArea grows?

    Thanks!

    #62277

    #footer{clear:both} seems to work for me.
    It might not work with the absolute positioning though.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.