Forum Moderators: open
A discussion is taking place on exactly this subject here [webmasterworld.com] in the CSS Forum.
HTH
Got it reversed. IE can't handle tabular layouts in CSS, because it only (barely) meets CSS level 1 specs. CSS2 browsers are Netscape 7 (/Mozilla 1.0) / Opera7, AFAIK. I'm not sure about Konquerer / Safari.
Jordan
Added:
Wait, I might have been confused by what you mean by "replace tables" -- you can use CSS1 to get the same effect w/o using tables, if that is what you mean...the CSS2 table attributes, e.g., display: table;, display: table-cell;, &c., are what I was referring to.