Seems like a much discussed subject.
I tried everything but cannot seem to make this work:
I want leftcolumn to fill the entire height which is created by the content of rightcolumn. No matter what I try the leftcolumn only fills the background color to the extend of its contents. Also if there is no content there is no background color (as I have not set a height in pixels).
Fluid designs a great, but they tend to be fluid to the browser size, not the content size.
leftcolumn is a height of 100% It's container has no height so it is 100% of nothing
You are going to have to set a height for container. Don't use percentages either as container has the same problem. It's container (containcell) has no height either.
It would be nice if height:auto worked, but it does not.
Yes that works, but not really.
The result is not what I want as I need to set the height beforehand and so it does not adjust to the height of rightcolumn..
If you want to have a layout fluid to the content, then I hate to say it, but a simple two row, two column table might work better for you.
Tables tend to be fluid where content is concerned (one of the reasons they are so difficult to work with on rigid page layout specific designs - the content size overrides the layout)
Bookmarks