Forums

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

Home Forums CSS Footer content not staying within "wrapper"

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

    Hi all,

    I’ve created a footer with a background image that spans the entire width of the browser window. The goals is to then have the content sit within a 940px wide "wrapper" that auto centers.

    I must have a bug somewhere as the background image works fine, but the content isn’t staying within the 940px limit, no is it centering.

    Maybe something above <div id="footer"> is wrong and thus causing the problem? Any thought and input a greatly appreciated.

    HTML: http://blog.fabianross.com
    CSS: http://blog.fabianross.com/css/style.css

    Thanks,

    jr

    #66434
    Brido
    Member

    Well your div isn’t centering because of an error in your html.

    Currently you have:

    Code:

    need to make it

    Code:

    Simple mistake there.

    Also, why not make one class for all of your footer links? Currently you have a different id attached to each link…just saw that as odd.

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