
March 16th, 2001, 12:42 PM
|
|
|
Try an earlier version of Netscape first.
First, you are using code that isn't supported by even Netscape 4. Get rid of your @import and pull the CSS in using
Code:
<link rel="stylesheet" type="text/css" href="<URL>"></link>
where <URL> is the URL to your css file.
Second, Netscape 6 expects case-sensitive CSS -- make sure that you use the exact case in your .css file when referencing your declarations.
Try those things, and if you're still having problems let me know and I'll look again.
__________________
 Michael
|