can CSS show visited links?

liunx

Guest
I've been wondering about this for awhile, so please let me know. :)a:link {
color: #fff; /* White link */
}

a:visited {
color: #eee; /* Light-gray visited link*/
}

a:hover {
color: #0ff; /* Skyblue link on mouse over */
}


[J]onaThanks! I must have missed that at in the CSS specs... :)Originally posted by PunkSktBrdr01
Thanks! I must have missed that at in the CSS specs... :)

'Tis easy miss in those documents, indeed.

[J]ona
 
Back
Top