Alright. So, I've got a CSS question- if you don't know what CSS means, PLEASE don't answer. I have been working with the "a:active{blahblah}" etc code. But you see, I have a different color for hover. An example:
a:link{color:#000000}
a:active{color:#000000}
a:hover{color:#ffffff}
a:visited{color:#000000}
is a sample of what my code might look like.
However, I need a way to refresh visited links so that even AFTER a link has been visited and you return to the page with that link on it, the link will still change color when it's hovered over. Is this possible? If so, where can I find the code or a tutorial? I really need help with this one, but prefferably from someone who's worked with the internet a long time and knows CSS well.
Thanks!
2007-05-27
14:30:34
·
2 answers
·
asked by
Chinook
2