Forum Moderators: not2easy
A:link {
color: #32cd32;
background-color: transparent;
}
A:hover{
color: #ffa500;
background-color: transparent;
text-decoration: none;
}
A:actve{
color: #ffffff;
background-color: transparent;
}
A:visited{
color: #cd853f;
background-color: transparent;
text-decoration: none;
}
there has to be a way to do this, any tips?
(From: [w3.org...]
Is there a way to 'toggle' a visited link colour on and off?
By this I mean:
If you click 'link 1' it shows the visited colour, but when you click 'link 2' beneath it, the visited colour goes back to 'inactive' on 'link 1' whilst 'link 2' shows the visited colour.
In this way in a set of HTML, text links for a sub navigation you could show which is the currently active link.
Any help appreciated.
Thanks