The One True Layout
Alex Robinson came up with some ideas for achieveing a One True (CSS) Layout
He lists his goals as:
That is, the ability to order columns logically in the source while displaying them in any order desired. For any number of columns.
Equal Height Columns
Or more accurately, equal height columns without having to rely on faux columns.
Vertical placement of elements across grids/columns
Designers face the choice of relying on elements being a particular height, resorting to tables or simply not bothering.
The solutions are quite interesting and he clearly put a lot of effort into finding solutions around bugs in various browsers.
I’ll seriously have a go at his approach since I really dislike the idea of using faux columns to achieve the badly needed effect of equal height columns. In fact it could hardly come up at a better time.