CSS vs. Tables?

Author
Discussion

gravymaster

Original Poster:

1,857 posts

250 months

Friday 29th August 2003
quotequote all
Am doing a new site at the moment, and I am seriously considering the whople layout as well as the styles for fonts, scrollbars etc in CSS. I am fed-up with tables, and the syntax for CSS layouts is much better, more flexible, reusable and easier to keep track of (IMHO).
I am slightly worried about browser compatability though. Have CSS compatability issues pretty much disappeared now? Any advice would be great!

Matt

ben789

126 posts

265 months

Friday 29th August 2003
quotequote all
I use CSS and have had no problems with it (compatibility wise), and IMHO it is much better than any other way and a lot more flexible .

PS. Do a view source on a piston heads page and you'll see its using them as well:

<link rel="stylesheet" type="text/css" href="http://www.pistonheads.com/gassing/css/0.css">



>> Edited by ben789 on Friday 29th August 10:59

gravymaster

Original Poster:

1,857 posts

250 months

Friday 29th August 2003
quotequote all
had already done that! Still uses tables tho! boooo.


Matt

polar_ben

1,413 posts

261 months

Friday 29th August 2003
quotequote all
I'm sold - my new site (I'm working on it now) will be table-free XHTML/CSS.

Have a look at www.csszengarden.com for inspiration