Ark86
01-05-2003, 09:00 PM
This may sound like a stupid question but I can' figure out how to make visited links look just like non-visited links. Here is my CSS code:
A:link{color: "#990000"; text-decoration: none;}
A:hover{color: "#ff0000"; text-decoration: none;}
A:visited{color: "#990000"; text-decoration: none;}
I can get them to appear the same color, but not when I hover over them. Will I have to write a javascript to change them or is there a way I can disable visited links turning different colors? Thanks.
A:link{color: "#990000"; text-decoration: none;}
A:hover{color: "#ff0000"; text-decoration: none;}
A:visited{color: "#990000"; text-decoration: none;}
I can get them to appear the same color, but not when I hover over them. Will I have to write a javascript to change them or is there a way I can disable visited links turning different colors? Thanks.