Forum Moderators: open
I've got an external .css and have defined the following:
a:visited {
color: yellow;
}
a:hover, a:active {
color: red;
}
All I want is for the link to change to red when I hover, which it does, but I would also link it to change to yellow once visited.
Currently, if I select any linked text then all linked text changes to yellow instead of the link I've clicked on.
Any advice would be really appreciated.