The Impossible Layout?

Posted by Kyle K on Stack Overflow See other posts from Stack Overflow or by Kyle K
Published on 2010-05-21T15:41:55Z Indexed on 2010/05/21 15:50 UTC
Read the original article Hit count: 204

Filed under:
|
|
|
|

I'm beginning to think this is impossible, but thought I'd ask you guys.

Basically it's a 2 column layout, but the "business" wants the following:

-Always take up the entire browser window

-Accommodate resizing of browser window

-Left column will be fixed width, but that width should be flexible from page-to-page.

-Left column has a region at the top with fixed height.

-Left column has a bottom region. It should take up the remaining vertical space of browser window. If content is very large, it will have a scroll bar just for that region.

-Right column should take up remaining horizontal space of browser window.

-Right column has a region at the top with fixed height.

-Right column has a bottom region. It should take up the remaining vertical space of browser window. If content is very large, it will have a scroll bar just for that region.

I've tried everything...divs, floated, absolutely positioned, tables, divs in tables...

Is this even possible?

Here's an image of what it should look like: http://imgur.com/zk1jP.png

© Stack Overflow or respective owner

Related posts about html

Related posts about css