I am trying to setup a liquid layout for a page and I am having great difficulty adjusting the height of the divs. I don't want a fixed layout because I want the page to fit like a glove, no matter the size of the screen. I am using only percentages, no pixels or em. The layout of the page looks something like this:
header
wrapper
left column, top
left column bottom
right column, top
right column, bottom
footer
Now, I want to make left column, top 50% height of the page and left column, right the other 50% height of the page. The problem is the content overflows and gets cutoff, forcing me to use scrollbars and set pixel height. This is not what I want. Ideally, I'd like to set the divs to 50% of the page AND use scrollbars if the content overflows. Does that make sense?
How do I go about this? I would really appreciate any help.
Thank you very much.