css question… links and hover
Posted: 22 December 2010 04:12 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2010-12-22

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…:

.blue
{
COLOR
blue;
TEXT-DECORATIONnone
}
A A
:visited
{
COLOR
blue;
TEXT-DECORATIONnone
}
A A
:hover
{
FONT
-WEIGHTbolder;
COLORgreen

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…

Profile
 
 
   
 
 
‹‹ Hoping for an assist      DIV Center? ››