[thelist] Netscape 4.x CSS

David McCreath mccreath at ak.net
Sat Jan 12 17:20:06 CST 2002


[sent this a while ago and haven't seen it yet ... sorry if it doubles]

Hi, Ken --

 > I can't get (most of) my CSS working in Netscape 4.x. For example, I
 > have
 >
 > a.link {
 >   text-decoration: none;
 >   }

Check the order of your a:* psuedo-classes. The best order seems to be:

a:link
a:visited
a:hover
a:active

David





More information about the thelist mailing list