I'm having a little trouble with my CSS under Netscape. In IE it works fine. The problem is that a:hover is supposed to change the color to red and font.headline is supposed to bold the text, and it works fine in IE but in Netscape the link color doesn't change, and the text doesn't bold. Any ideas? Here's the snippet in question-
a:hover { color: #ff0000; }
font.headline { font-size: 14pt; text-decoration: bold; }
Any ideas?
------------------
-Xolution
"He who fights monsters must look into it that he himself does not become a monster. For when you stare long into the abyss, the abyss stares into you." -Nietzsche




Reply With Quote