Forums

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

Home Forums CSS help – small footer stick problem.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24044
    jingjang
    Member

    hi all.

    i’ve small problem with footer stick.

    i follow this topic (http://qrayg.com/learn/code/footerstick/) to make my footer stick at bottom, but the footer display incorrect (footer apper on the main content). ive try all the way to fix, but its not work ;(

    the file i upload here: http://huyha.net/files/footer-stick.html

    thanks in advance.

    #53586

    Here’s a good sticky footer option for you: cssstickyfooter.com. Give that a shot.

    #53589
    cabe
    Member

    you just have to add overflow:hidden; to your container-div. if you look at the div in firebug, you’ll see that the box isn’t wrapped around the content without this.

    #53551
    jingjang
    Member

    thanks very much for reply
    Aaron B: ill check that site for more footer stick option
    cabe: thanks, ive add that code to my container and it work. :)

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