Hi all,
I am recreating some nav links. Instead of having them be text, I am converting them to images. 3 images per link: regular, hover, visited.
The test page is
here
You will see "Home" That is an image. The other 3 haven't been messed with yet and are still text.
Here's my problem. As I said, The link itself will just be an image. When hovered over, it will go to the same image, just a different colored one. After clicked, it will display a third image instead, once again a different color.
BUT, elsewhere in my CSS I have a section where visited links are set to turn black, and I think THAT'S what causing the home image to disappear after visited.
Could ya'll have a look at my source and CSS and tell me what you think I can do to fix this?
CSS file is
here
Thanks!
Chris