Discuss the articles posted on Dev.Opera.
By CraigGrannell
Friday, 15. August 2008, 13:19:49
Grid design basics: Grids for Web page layouts
In this article, Craig Grannell builds on his previous article to take us through the basics of actually laying out pages on a grid. It is packed with essential tips.
( Read the article )
By XenoFur
Friday, 22. August 2008, 22:41:59

Wouldn't it be better to use em for sizing instead of pixels?
By using pixels you only get a rigid setup that totally fails for people who use higher font-sizes, which is becoming increasingly more common in today's world of high-dpi monitors.
By facildelembrar
Saturday, 6. December 2008, 15:24:32

Using floats for everything is definitely not the best layout solution because it simply breaks with liquid layouts. There is no guaratee that all floated columns will always remain in the same line. It's clumsy to make elements wide as the page when you need to have margins, paddings and borders. There's no easy way to create columns that span across different lines. And so on.
CSS layout does have lots of benefits over table based layouts, but has not yet provided all features lost in the migration process. There are at least 3 css3 modules regarding columns directly (grid, columns and template), all in draft stage. Let's see how long will it take for them to reach recommendation status.