I need to colorate url when the user visit:
This is my javascript file:
//element is my element
element.style.a:visited.backgroundColor='#FFFFFF';
But this code doesn't work. Anyone can help me?
I need to colorate url when the user visit:
This is my javascript file:
//element is my element
element.style.a:visited.backgroundColor='#FFFFFF';
But this code doesn't work. Anyone can help me?