Ok… I’m trying to get my site to cooperate with me but I’m not a web designer so bear with me…
On my site @ ishopsave.com
I want unvisited links to be blue (they are) but I want them to turn GREEN when you hover over them and right now they turn orange.
This is what I have for that and perhaps I’m doing something wrong…:
A .blue
{
COLOR: blue;
TEXT-DECORATION: none
}
A A:visited
{
COLOR: blue;
TEXT-DECORATION: none
}
A A:hover
{
FONT-WEIGHT: bolder;
COLOR: green
}
Am I missing something? Does that look right?
And it’s entirely possible I’m not putting it in the right place… My first attempt to changing anything lol.
Thanks…