Hey guys,
Is it possible to maintain the rollover effect of text links AFTER the link has been clicked??
make the visited state the same as your hover state?
Hey!
I didnt actually want to indicate which links have been visited so this wouldnt have helped…thanks for your reply though!
Eventually worked it out …just dont specify a visited state in the CSS
linkclass a:hover, linkclass a:visited:hover {
...
}