Forums

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

Home Forums CSS [Solved] CSS Footer

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #27945
    BrennanHickson
    Participant

    _

    #70764

    Hi,
    for repeating a header or a footer I use something like this:

    #footer {height: 50px; background: url(images/footer_bg.jpg) repeat-x; margin-top: 50px; border-top: 1px solid #5f6c7d;}

    If your not using an image as a background replace with background-color. Also if you are using a container for example with a width of 960px then make sure your footer and header are outside of this other wise it will only fill 960px.

    Hope this helps

    #70889
    BrennanHickson
    Participant

    _

    #70941
    BrennanHickson
    Participant

    _

    #71065
    BrennanHickson
    Participant

    _

    #71163
    BrennanHickson
    Participant

    #70713
    BrennanHickson
    Participant

    _

    #71229
    BrennanHickson
    Participant

    _

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