|
Im using an external css sheet for my website. Here is the css code for my links:
"
.reglink {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; text-decoration: underline}
.reglink:hover {color: #D9D9D9; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; text-decoration: none}
.reglink:visited {color: #29BBFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; text-decoration: none}
"
I want the links to act the same way all the time, even after you click them, but If I remove the :visited code, the links disappear after you click them. Anyone know how I could do this?
Last edited by neorex007; 04-19-2004 at 09:55 PM..
|