English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is it because tables are compatible with all (new and old) browsers and CSS is not?

2006-07-30 07:30:11 · 6 answers · asked by burnt1ce85 2 in Computers & Internet Programming & Design

6 answers

CSS is compatible with the largest range of browsers available on the market today. Only certain parts of the CSS 2 specification are poorly implemented in certain modern browsers such as Internet Explorer 6 on Windows.

Apple.com etc are still using tables as it's a huge job to convert a site to CSS ensuring that everything works okay. Google's currently got 11,300,000 pages indexed on Apples website so you can imagine how long it will take.

Tables are not good - ask anyone who uses a screen reader and they'll tell you. I don't agree with Railgun's comment
"CSS still has a lot of overhead in maintaining and update a layout using only CSS" - if Railgun's referring to time then possibly yes but only if your attempting to do a complex layout that works on older browsers (Netscape 4, IE5 Mac etc), if Railgun's referring to browser download overhead then I disagree again, as a well designed CSS page will always be a lot smaller and therefore quicker to download than it's equivalent tabled page - as your repeating your layout in every single page instead of in a single CSS file.

CSS might be still a bit flaky in some browsers but for any new site it's worth doing it as it will give you a range of benefits.

It's good for Search Engine Optimisation, accessibility and allows rapid redevelopment of a website and it's layout. One small change in your CSS file can have a site wide effect - try doing that in tables without having to update every page on your site.

Please see some of the references below for more detailed answers.

2006-08-02 22:24:06 · answer #1 · answered by nhitchmough 1 · 1 0

Of course tables are compatible. MOST web sites still use tables control layout. In fact, the 508 accessibility standard DOES NOT say you can not use tables to control layout. Unless you are targetting a single browser, CSS still has a lot of overhead in maintaining and update a layout using only CSS. Somday this will change, but not yet.

2006-07-30 14:38:01 · answer #2 · answered by Anonymous · 0 0

CSS still has too many issue in compatibility. I wish all browsers would get on the same damn page as far as how to read the web.

2006-07-30 15:55:09 · answer #3 · answered by DesignR 5 · 0 0

Maybe they love the Old Fasion Way...

2006-07-30 14:33:02 · answer #4 · answered by Web-designer © 5 · 0 0

You might be correct Burnt, but more than likely it's simply a matter of costs and priorities.......

2006-07-30 14:36:32 · answer #5 · answered by mrresearchman 6 · 0 0

Umm... this may be too obvious a question... but why not? Is there some law against it?

Rawlyn.

2006-07-30 14:50:22 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers