Haes
Haes

Reputation: 13116

HTML scrolling div layout problem

I'm trying to design a HTML page with the following requirements:

I've come up with a solution [jsbin] that almost works. The problem there is some overflow in the right content element which flows beneath the footer. See the following picture as an example: alt text http://img541.imageshack.us/img541/897/screenshot150206.png

Question:

  1. Can anyone tell me how to fix the overflow problem in contentBoxRight? I'm also glad if you could tell me what's the problem with my current solution.

  2. Is this even a good approach to do it, considering browser compatibility? Finally, it should look the same on IE 7+, FF 3+, Safari 3+. IE6 and Opera should look ok, but it doesn't matter if it differs abit.

Thanks for any hints.

Upvotes: 1

Views: 697

Answers (1)

Sotiris
Sotiris

Reputation: 40046

You can delete the property height:100%; in #contentBoxRight and then fix the blue background of #contentBox.

Upvotes: 1

Related Questions