Forum Moderators: open

Message Too Old, No Replies

CSS v's Tables with alternative browsers...

Can CSS replace tables in browsers other than IE?

         

PSWorx

11:10 am on Aug 27, 2003 (gmt 0)

10+ Year Member



It has come to my attention that with the use of CCS level 2 alongside the appropriate use of the "<DIV>" tag can either replace or help to replace the use of tables for page layouts/formatting, in my eyes yes this is so for internet explorer but what about netscape and opera...?

BlobFisk

11:17 am on Aug 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi PSWrox,

A discussion is taking place on exactly this subject here [webmasterworld.com] in the CSS Forum.

HTH

MonkeeSage

11:40 am on Aug 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



PSWorx:

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.