Netscape 4 Revisited
I hope this is the last post on this subject! I felt the need to look at this again because the redirecting of Netscape 4 users just wasn’t working properly on this site. There are some browsers out there that seemed to be fooling the browser switcher javascript. In any case it didn’t seem very polite to send Netscape 4 users off to another site so I have looked again at other ways.
Fortunately, I have a copy of Eric Meyers’s excellent book - Cascading Stylesheets - O’Reilly—and I came across a suggested way of giving Netscape users an alternative stylesheet. It turns out that you can link an external stylesheet by two methods: using link or using @import. Netscape 4.xx doesn’t recognise the latter so by using both methods you can fool Netscape 4 into using the former!
Posted on 26 Feb 2003 around 8pm • Tagged with: Web Technology | Permanent link to this article