Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I still care about IE6? [duplicate]

Possible Duplicates:
IE6: To support or not to support.
Do you plan to support IE 6 on your future projects?

I've finished the design and about to code HTML for a website that will use fancy form elements and effects.

I'm wondering if I should support IE6? What are the latest stats? Do you support IE6 still?

like image 491
eozzy Avatar asked May 30 '10 06:05

eozzy


2 Answers

A good website should degrade gracefully. Make it work in IE6, but don't try to make the layout perfect.

Consider not just IE6, but somebody using Opera Mini, or another less capable mobile browser, or Lynx/Links, or a blind user with a screenreader. All of those combined add up to a decent fraction of your audience and if you don't have time to test all of those.

So, your site should still be usable, it just might not look quite as pretty, or it might require reloading a page instead of using AJAX.

like image 116
dmazzoni Avatar answered Sep 23 '22 20:09

dmazzoni


According to W3Counter, IE6 is used by more people than Opera, Safari, and any version of Chrome. It trails IE8 (#1), Firefox 3.6, and IE7. I would still care for a bit longer (especially if you are dealing with the general population).

However, Google is apparently ready to phase out support, so perhaps the world's IE6 problems will go away sooner rather than later, as consumers follow Google's prompt to upgrade.

like image 31
Anthony Pegram Avatar answered Sep 23 '22 20:09

Anthony Pegram