As part of creating a typical left, mid, right column layout, I need to wrap some inner divs of various height into an englobing/parent div. I need to make sure the global/parent div is as high as the highest inner div, which depends of the text it contains. The min-height property won’t cut it.
How should I proceed? Should I use tables and cells instead of divs?
I am including a JSFiddle to describe the issue.
I guess you want to achieve something like this: http://jsfiddle.net/Cj75q/3/
If I’m right you don’t need all these
relativeandabsolutepositions, all you need is float left of the columns: