On Fri, 12 Jan 2007 09:41:42 +0100, Henri Sivonen <[EMAIL PROTECTED]> wrote:

Is the effort to get people to use CSS instead of <table> for layout a bad idea?

It often is, sadly. When people really, really want a grid layout model and try to fake it with positioning or floats, the result tends to be more brittle and (particularly with positioning) less fluidly scalable than a <table> layout (positioning being worse than floats but see http://dbaron.org/log/2005-12#e20051228a ).

Just a side note: for grid layouts, display: table-* should be used.


--
Alexey Feldgendler <[EMAIL PROTECTED]>
[ICQ: 115226275] http://feldgendler.livejournal.com

Reply via email to