-
200623 Nov
Posted in Browsers
I went through the logs of some of the sites I own or manage today, to see what kind of uptake there’s been for IE7. From ten sites, some business and some personal, the percentage of users varies between 1% and 12% using IE7.
Interestingly, the higher rates were on B2B sites; the 1% is from a (geographical) community website I manage; from this I infer that IE7 has either not come to the attention of home users, or they’ve chosen not to use it. I suspect the former is more likely; IE7 is only offered as a voluntary part of Windows Update, it’s not yet been made into a security update – and may not be for some time yet (if ever).I think the reason Microsoft are still being fairly quiet about it is because there are still an awful lot of sites which haven’t been tested against it yet, and they don’t want the bad PR of people downloading their new browser and then finding out their favourite website looks like crap with it. We as web developers can help that along by spending some time making sure all our sites display correctly; I know in an ideal world most of us would probably prefer people switch to an alternative, but there’s a long wait ahead for that to happen. In the meantime, let’s at least help people get away from IE6.
It’s in the hands of the early adopters so far, but it is out there, so I think it’s time we can start safely using the new CSS3 (and CSS2!) selectors it has implemented. I wonder how long it will take to claim 50% of the IE browser share?
Update: Here’s a good article on the hierarchy of browser testing which pretty much mirrors my own method – the only difference being that I tend to also test on Firefox and Konqueror for Linux, as that’s my home system.
Second Update: Another excellent article, this time on best practices for getting your site working in IE7.
You can skip to the end and leave a response.
-
Comments
-
01.
For css3.info, 10% uses IE6, 7% uses IE7. Overall, 69% of our visitors uses Firefox or Mozilla, 6% uses Safari, 5% uses Opera and 1% uses Konqueror. Other browsers don’t cross the 1% line…
-
02.
-
03.
I’ve been developing my sites for IE7 ever since it got out. Fortunatly it behaves very similarly to Firefox and other Mozilla-like browsers, with the exception of a few css declarations IE just doesn’t support.
But I think everybody should jump onto the IE7 wagon soon, it’s soooooo much better than IE 5.5/6. (in other words, it looks more like Firefox)
-
04.
Peter R says:Comment » November 23rd, 2006 at 8:40 pm
“we can start safely using the new CSS3 (and CSS2!) selectors it has implemented.”
They still havent implemented attribute selectors (input[type=”submit”]) afaik.
-
05.
I’ll test again tomorrow, but I’m fairly certain they have, as my previous tests showed they’ve implemented partial attribute selectors as well:
-
06.
It would also be nice if IE7 sorted out the submitted value problem with the button tag
-
07.
-
01.