Forum Moderators: not2easy
body
{
font-size: 10pt;
font-family: 'Trebuchet MS';
}
H1
{
font-size: 12pt;
font-family: 'Trebuchet MS';
}
A:hover
{
color: Maroon;
text-decoration: underline;
}
A:active
{
color: maroon;
text-decoration: none;
}
A:link
{
color: maroon;
text-decoration: none;
}
A:visited
{
color: maroon;
text-decoration: underline;
}
LoVeHAte
Link
Visited
Hover
Active
Especially message #4
http://www.webmasterworld.com/forum48/1505.htm [webmasterworld.com]
<comment>Thank goodness we've got Google back. It makes WebmasterWorld infinitely more useful.</comment>
How are you viewing your work? If you're uploading it via ftp and then viewing it, try a hard refresh your browser. The only other thing I can think of is that you have contradictory link styles somewhere else in the sheet, but that's doubtful.
Also, although this is an extremely simple case, a good strategy to use when having issues with CSS is to give the problem area a distinct color- that way, you'll know when you see it. Having each link style as "maroon" doesn't really tell you what status the link is... try making the "visited" state a lime green color- if the link doesn't turn lime green after you've clicked it, you know that's some issue on your end, not in the code. But, if it does turn lime green, AND there is a lime green underline, then you've got a problem with the code (in this case though, that's not going to happen).