Forum Moderators: not2easy
I'm trying to create a two-tiered css setup that gives more complex styles to the modern browsers using the import rule, and the link rule to serve a more basic sheet to the older browsers. Unfortunately, testing in many versions of netscape 4 (from 4.7 up) doesnt show the basic sheet.
The code used is this:
<link rel="StyleSheet" href="basic.css" type="text/css" media="all" />
<style type="text/css" media="all">@import "complex.css";</style>
Any idea why the basic sheet isnt being picked up?
Thanks,
Don
You might find these interesting too. They are from the CSS Library [webmasterworld.com] (link at top of forum)
Hiding CSS From Older Browsers [webmasterworld.com]
Making Stylesheets Work in NN4 [webmasterworld.com]
Nick