Please take a look at our site travelersshoppes.com
at the top right we have our 3 value props of why to buy from us. I set up
CODE
a.whybuy:link {
font-size:13px;
font-weight:bold;
color:#09c;
font-family:trebuchet ms,verdana,sans-serif;
text-decoration:none;
text-transform:uppercase;}
a.whybuy:visited {
font-size:13px;
font-weight:bold;
color:#09c;
font-family:trebuchet ms,verdana,sans-serif;
text-decoration:none;
text-transform:uppercase;}
a.whybuy:active {
font-size:13px;
font-weight:bold;
color:#f90;
font-family:trebuchet ms,verdana,sans-serif;
text-decoration:none;
text-transform:uppercase;}
a.whybuy:hover {
font-size:13px;
font-family:trebuchet ms,verdana,sans-serif;
font-weight:bold;
color:#0bf;
text-decoration:none;
text-transform:uppercase;}
What is weird is the main link is working but when you hover only half of the style is working. I know the NS has the abillity to disable to default style sheet but I dont want to do that. Any ideas?
Thanks