how can i define the appearence of a link which hasn’t been visited (on netscape browser). a:link works fine from my .css with IE, but it is ignored in netty.
a:link { color: #000000}
a:visited { color: #666666}
a:active { color: #FF0000}
a:hover { color: #FF0000}
that should work, it works on IE and netscape for me
yeah you’re right digi. i must have an error somewhere else.
cheers anyway!
cool
sorted. in case anyone has the same trouble - the problem was i had accidentally added the
<style></style>
tags in the css. in IE this made no difference, but caused lots of problems with netscape.
hey, we all make mistakes eh?(-:
ahh i see