ARTICLE NO. 17    December 16, 2005

One True Layout

Pure CSS-based layouts have come a long way but they still have shortcomings that fail to address certain design goals without compromising the true separation of content and presentation.

In short, the problematic design goals are these:

Total Layout Flexibility: 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.

Read the whole article at Position is Everything

ABOUT THE AUTHOR(S)

Comments

Add a new comment

Because of problems with spam comments, HTML in comments is not permitted. URLs are allowed, but they will not be rendered as clickable links.
trippy
good.
Roshambo: :) Oh-kay.
Alexoid: Position is everything has a pretty good tutorial. The whole article is a good read, actually. I recommend.
Alex: Any links to a tutorial? We’ll add it to the article. Cheers.
Um, the order column logically thing is pretty easy to do already, actually.