XxBeaNxX
06-24-2003, 06:52 AM
As I said before, I am making a video game site for the computer game Worms Armageddon and i got the iframe to work, but now my A:hover and A:active only work for the links that have not yet been visited.
Here is the part of my stylesheet about links:
A:link
{
color: #00FFFF;
text-decoration: none;
}
A:hover
{
color: #EEEE11;
text-decoration: none;
}
A:active
{
color: #EEEE11;
text-decoration: none;
}
A:visited
{
color: #00FFFF;
text-decoration: none;
}
Aren't the A:hover and A:active colors supposed to apply to all pages even if they have been visited? If so how come it is not working? Is it just my browser? Will it work when I upload it?
Here is the part of my stylesheet about links:
A:link
{
color: #00FFFF;
text-decoration: none;
}
A:hover
{
color: #EEEE11;
text-decoration: none;
}
A:active
{
color: #EEEE11;
text-decoration: none;
}
A:visited
{
color: #00FFFF;
text-decoration: none;
}
Aren't the A:hover and A:active colors supposed to apply to all pages even if they have been visited? If so how come it is not working? Is it just my browser? Will it work when I upload it?