Forum Moderators: not2easy
a.menu2
{
font-family: Arial;
font-size: 11px;
color: #4a5a8d;
font-weight: bolder;
text-decoration: none;
}
a.menu2:visited
{
color: #43196F;!important;
}
a.menu2:active
{
color: #000000;
}
-----------------
and on my web-page I have diff lincs like:
<html>
<a href="#" class="menu">my 1st beautiful link</a>
<a href="#" class="menu2">my 2st beautiful link</a>
</html>
Ok, as I see on my page , the result is:
-active works ->black color appears
-vsited works -> red color appears
but after some clicks and now - all the time - my "links" have no colors , defined on
a.menu2 and a.menu .. the have just a color of VISITED.
What's wrong?