Forums

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

Home Forums CSS Getting my footer to stick to the bottom in a RWD layout

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

    Hi all

    I have created my first responsive layout with HTML 5 and CSS and all is good except in Firefox and IE 9 I cannot get the footer to stay down, it’s fine in chrome. Can anyone tell me the best way to sort this please in css?

    #footer {
    clear: both;
    /*background: #0f3d48; */
    background: #302f2b;
    font-size: 85%;
    height:200px;
    border-top: 2px #ffc21f solid;
    }

    .footerContent{
    margin: 0 auto 53px;
    width: 93.75%; /* 900px / 960px */
    color: #ffdd6b;
    }
    .footerCopyRight{
    margin: 12em auto;
    width: 93.75%; /* 900px / 960px */
    color: #ffdd6b;
    }

    © Yellow Belly Designs. All rights reserved.

    Kind regards

    Rob

    #128662
    Paulie_D
    Member

    Do you have a live link?

    > I cannot get the footer to stay down.

    I’m not entirely sure what this means….

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