[thelist] CSS not working in Netscape

Maisha Walker maisha at e-vent.org
Fri Sep 19 17:16:03 CDT 2003


I have a site that's using CSS to create underlines on my active and hover
links.

It works fine in IE but not in Netscape.  I'm using NS 5.5.

Other elements of the CSSs seem to work - like the font sizes and colors,
just not the active and hover link underlines.

Here's the section of the CSS file where the link underlines are set:

a:link
 {font-family:arial;
        color:#003399;
        font-size:12px;
  font-weight:bold;
  text-decoration:none;}

a:visited
 {font-family:arial;
        color:#003399;
        font-size:12px;
  font-weight:bold;
  text-decoration:none;}

a:hover,a:active
        {font-family:arial;
        color:#0033FF;
        font-size:12px;
  font-weight:bold;
  text-decoration:underline;}

Any suggestions would be greatly appreciated!!

Maisha



More information about the thelist mailing list