Forums

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

Home Forums CSS [Solved] Footer floats behind content, not at bottom

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #185096
    Billy
    Participant

    I’ve attempted to take up the running of this website with some quite badly structured code and not quite the best code either (I know it has multiple elements with the same id).

    The main problem I have is that on this page (and this page only), the footers appear randomly behind the page’s content, instead of at the bottom.

    I’m running Chrome 37 and looked in DevTools to try and find this, but I have no idea why it’s happening here but nowhere else on the site. (it happens in other browsers too)

    #185097
    Paulie_D
    Member
    
    #main-content {
    margin: 0px auto;
    width: 940px;
    height: 500px; /* remove this */
    }
    
    #185099
    Billy
    Participant

    Thanks; I must have passed over that many times without noticing it, as I just wasn’t looking for that.

    Fixed it, thanks again :)

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