Connecting Tech Pros Worldwide Forums | Help | Site Map

How Can I clear visited links

Newbie
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 3
#1: Jul 23 '07
Hi all,

how can I clear my a:visited links when a use a:active before or during an a:activate action.

Richard

harshmaul's Avatar
Expert
 
Join Date: Jul 2007
Posts: 483
#2: Jul 23 '07

re: How Can I clear visited links


Sorry, but do you mean you want all the links on the page to be (for example) red, and when somebody clicks a link (active) it goes green, and when they go back it is red again?

i think you need this...

a {color:#ff0000;}
a:active {color:#00ff00}

If this is not what you require could you please give me more detail.
Reply