2009
2006
Equal Height Columns using CSS - Ed Eliot
by fredbird & 9 others (via)Creating equal height columns with tables is easy. Of course we shouldn't use tables for layout. With CSS it's a little harder. If, for example, you create a three column layout by floating 3 DIVs within an overall container the result will probably look something like the following:
2005
CSS3 Multi Column - CSScripting
by camel & 5 others
In short, the CSS3 Multi-Column Module is a functionality to flow the content of an element into multiple columns.
1
(6 marks)