Netscape 4 Compatibility
-
Hehe, here goes.
I run a multi-user blog at the moment, and one of the users (specificaly THE other user) uses Netscape 4.
NO, he can’t upgrade, so we’ll leave that out of the question for now.
I simply would like to detect his browser and show him the page without any CSS whatsoever. I know this is possible, and have done it before on other projects, but the header.php inside of the default theme folder seems to import the stylesheet in an odd way.Precisely what i would like to do is this:
<style type=”text/css”>@import url(cssfile.css);</style>the import tricks netscape to ignore the CSS completely.
the problem is this line of code:
<style type=”text/css”>@import url(<?php bloginfo(‘stylesheet_url’); ?>);</style>Which looks like it would do the trick, but doesn’t seem to at all.
Any advice?
And I really don’t care to hear anyone talking about other browsers, some people on the web do still use older browsers, some even use lynx or links. That’s just the way it is.
- The topic ‘Netscape 4 Compatibility’ is closed to new replies.