Forum Moderators: open

Message Too Old, No Replies

Visited Links Colour

How to set the visited links colour

         

RavenO

1:06 pm on Jul 21, 2003 (gmt 0)

10+ Year Member



I'm very new to .css but I'm learning fast!

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.

ShawnR

1:42 pm on Jul 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi RavenO & welcome to WebmasterWorld!

Are all your links pointing to the same html page? Perhaps just different # anchors within the page? I can't think of any other good explanation.

Shawn

RavenO

1:50 pm on Jul 21, 2003 (gmt 0)

10+ Year Member



Ahhh of course... silly me! 8-)

You are correct, I created a 'template' site and most of the pages link to an under construction page!

Thanks for yer help.