Forums

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

Home Forums CSS css height property

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

    I am coding a layout right now and I am having trouble with the footer. My content is a fixed height and so I wanted my footer to be 100% of the remaining page. But when I added height: 100% to my footer, I found that it doesn’t work. Does anyone know why and have a solution for this? I have a repeating background image that I need to fill the space and I don’t want white space below my footer. That’s why I need it to be 100%

    #55253
    TheDoc
    Member

    I’m sure there is a better way, but this is all my brain can come up with right now. Works in Safari 4 and FF3, but undoubtedly fails in IE6 (untested):

    Code:




    Stupid Footer

    Lorem
    asldjflsadfjkld


    #55252
    TheDoc
    Member

    If you read through what I provided, that’s exactly what I did.

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