Forum Moderators: not2easy
My question is, how far back do you aim with compatibility when designing your sites? Of course, everybody would love for their site to look identical in all browsers but, practically speaking, what are your goals when you design?
What I'll probably end up doing is hacking or PHP to deliver alternate CSS to these old browsers but when do you consider a browser "old"?
Is my layout crappy for not supporting these browsers or are your sites the same way?
Thanks.
I like the noIE popup you can add to your site for IE6.0 users...
When exiting your site, visitors using Microsoft Internet Explorer 6.0 will be prompted to upgrade their browser. "noIE" is installed via a single style sheet inclusion, no other configuration is necessary.
I like the noIE popup you can add to your site for IE6.0 users
I'm not sure I see the point. You will just be annoying your visitors with an unrequested popup about something they may not understand and almost certainly will not be interested in. Unless your site is specifically about web design or browsers, then you should just concentrate on maing it display correctly in the browsers your users choose to use. Don't confuse the issue - use your site to talk about your message or products, not about browser compatibility.
I would recommend using the @import method for the stylesheet(s) as this will not be recognized by Netscape 4 or IE4, allowing the page to be displayed unstyled for those two browsers.
A great suggestion, thanks. Since it's a mess in those browsers (but degrades gracefully), I might as well give them something they can use.
While we're on the subject, is there a way to block these browsers from displaying flash content?
[edited by: matthewwithanm at 7:15 pm (utc) on June 30, 2005]