Here is my stylesheet:
a:link
{
vertical-align: super;
text-decoration: none;
color: #999999;
}
a:hover
{
vertical-align: super;
text-decoration: none;
color: #339900;
}
a:visited
{
vertical-align: super;
text-decoration: none;
color: #999999;
}
a:active
{
text-decoration: none;
vertical-align: super;
font-weight: bold;
color: #3399FF;
}
First problem: When I include this in an html doc nothing happens.
Here is line I use to include:
<link rel="stylesheet" type="text/css" href="sheetName.css" />
Second problem: When I gave up on that I just made it an internal style sheet yet still when I mouse over the links color does not change. The only things that do change are the style of the links and when they are active they turn to color code #3399FF but nothing else from the style sheet takes place.
Thanks for all help and advice provided.
Help with my stylesheet
Moderator: General Moderators