Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should my webpage compatible with Outdated IE6 still?

As a web developer, it is tough to do web design which is compatible with IE6. Is it required to make webpages compatible with css?. I heard the usage of IE6 is low.

My question is, whether I should still check compatibility of the webpage that i make, in Internet Explorer 6?

like image 890
Rajasekar Avatar asked Feb 20 '10 06:02

Rajasekar


2 Answers

First, It depends on your audience. (This is where analytics come in handy)

For instance, a design focused blog might be able to avoid caring about Internet Explorer 6, as they can expect a large number of their users to be running the latest browser.

On the other hand, a website that focuses on business and accounting might need to support Internet Explorer 6, as some businesses refuse to upgrade.

Second, you must take into account that Google, many websites, and several countries have decided that Internet Explorer 6 is too horrible to support anymore. This means that you are in good company with not supporting Internet Explorer 6, and most likely you won't have too many problems.

Finally, you have to think if it is worth your time to develop for older browsers. It comes down to a cost per hour type thing, where if you could possibly be making more money doing other things than making sure your website works in older versions of browsers, you probably want to do those things instead.

like image 168
Tyler Carter Avatar answered Sep 21 '22 17:09

Tyler Carter


No. It's almost a decade old and terrible to boot.

I suggest using http://ie6update.com/ to encourage any IE6 users to upgrade.

like image 33
hobodave Avatar answered Sep 18 '22 17:09

hobodave