PDA

View Full Version : What that CSS command for Visited links



Archbob
February 18th, 2002, 21:51
<style>

A:link {text-decoration:none color:red}
A:hover {text-decoration:none color:red}

</style>


How do you get visited links to stay the original color?

I thought it was
A: vlink {text-decoration:none color:red}

But obviously thats wrong, anyone know?

meow
February 18th, 2002, 22:17
The thought was right...It's not "vlink" in CSS - it's "visited".

a:link
a:visited
a:hover
a:active