Which styles can I apply to a :visited link?
It seems only color is working.
I understand the privacy issue. Is there a non invasive way of styling :visited links?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both CSS3 and CSS2 have this to say:
So, according the standards, you can’t really depend on styling
a:visitedat all. My experience is that all the browsers will pay attention to the coloring properties (as noted by Soufiane Hassou for Gecko browsers) but little else.