Forum Moderators: not2easy

Message Too Old, No Replies

External style sheet Netscape 6 and 7

         

itrainu

9:12 pm on Sep 27, 2003 (gmt 0)

10+ Year Member



I am reworking my site and my entire external stylesheet is being ignored by Netscape 6 and 7! I defined a style called .nav and applied it to navigation bar links.

The style is not showing up in Netscape, but if I copy that style and use it at the top of the page, it renders properly. This tells me that the syntax is correct...

Thanks!

[edited by: heini at 12:15 am (utc) on Sep. 28, 2003]
[edit reason] Please don't drop urls, thanks. [/edit]

aevea

11:53 pm on Sep 27, 2003 (gmt 0)

10+ Year Member



Try
.nav a:link {}
etc. instead of
a.nav:link {}

I'm having a similar problem with embedded styles not being recognized by opera 7.2. I'm importing a stylesheet and then trying to override some of the positioning on certain pages. The page loads into opera with just the imported styles and only implements the embedded styles when I reload the page. Works fine in ie6 and firebird.

Anybody seen anything like that before?

Thanks,
Adam