Browser Elitism Part 2
The discussion on whether developers should spend time scripting around IE’s poor CSS support continues in Browser Elitism Part 2.
It’s an interesting discussion, and Derek has a point. Personally I’m all for progressive enhancement, so unless it’s something really major (like max-width) I don’t spend the extra time. Making the basic things work in IE takes enough time as it is.
- Previous post: About fluid and fixed width layouts
- Next post: Ten good practices for writing JavaScript in 2005
Information, sponsorship, and externals
About the author
Roger Johansson is a Swedish web professional specialising in web standards, accessibility, and usability. More about me and this site.
Latest articles
- Validation statistics from Nikita the Spider Comments off
- An analysis of the sites crawled by the bulk validation tool Nikita the Spider during March 2008.
- Authentic Jobs API and Affiliates program Comments off
- The Authentic Jobs job listing service now has a public API and an affiliate program.
- What does Acid3 mean to you and me? Comments off
- Opera and Apple have announced that their web browsers pass the Acid3 Browser Test, but how will that help web designers and developers?
- Designing Web Navigation (Book review) Comments off
- Learn the fundamentals of navigation design and design better navigation systems for large and small sites as well as for web based applications.
- DOMAssistant bundle for TextMate Comments off
- To save keystrokes and speed up development I have created a DOMAssistant bundle for TextMate.
- First impressions of Internet Explorer 8 Beta 1 Comments off
- My impressions after trying out Internet Explorer 8 Beta 1 for a couple of days.









Comments
I just hate having to bring on the DHTML just to compensate for the lack of :hover.
Also, running MSIE 6 in "strict" mode makes a world of difference in "floats" and "paddings", but you can't really use that because MSIE 5.5 is still in widespread use and it doesn't do "strict".
I agree: if it's not something major, skip it. Furthermore, I don't see the problem in telling someone to upgrade outdated software. Provided the site degrades gracefully and we're not pushing one product over another (e.g. Get IE6!) I think it's fine.
Besides, haven't Flash developers been telling their visitors to "Upgrade to the new Flash Player ##" for years? (And yes, if Flash developers jumped off a bridge/cliff/web standard I'd remain safely on dry land.)
Old software is often also insecure, and should be upgraded. It is probably better to encourage our visitors to upgrade their software than to pander to their old versions.
Calrion, that sounds like something you'd expect to hear from a hobbyist web developer (I'm not trying to insult, so please don't take that the wrong way). How would you explain to your boss/client that you wasted their time adding features (albeit little time) that roughly 5-10% of the market sees?
How can you justify adding usability features (that technically, aren't major) for such a minority of the market? In reality the more visitors/customers that can take advantage of your features, the more revenue your company/client receives. What's wrong with that?
Sorry, comments are closed for this post.