css layout question

Out of context: Reply #11

  • Started
  • Last post
  • 20 Responses
  • thismanslife0

    Fifty : I'm pretty sure that's not a great idea.

    If the page content exceeds the height of the page (ie. the page needs to scroll) the bottom white chunk will overlap the content (since the positioning only puts it to the bottom of the window, not the bottom of the content)...

    Right?

    Besides, It's a really simple problem. The dimensions and padding just need to be seperated (because 100% height + padding = bigger than 100% height! Therefore, the page always scrolls by the value of the padding, doesnt matter how big you make the browser, it will always scroll that same amount.)

View thread