View Full Version : a:link and netscape
imported_no bone movie
July 25th, 2003, 01:53 PM
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. :(
Digitalosophy
July 25th, 2003, 02:25 PM
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
imported_no bone movie
July 25th, 2003, 02:39 PM
yeah you're right digi. i must have an error somewhere else.
cheers anyway!
Digitalosophy
July 25th, 2003, 02:40 PM
cool
imported_no bone movie
July 25th, 2003, 10:49 PM
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?(-: ;)
Digitalosophy
July 26th, 2003, 03:56 AM
ahh i see
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.