CTEPBA
10-09-2006, 20:29
как сделать чтобы ссылка которая уже была посещена вышлядела как и не посещаемая, ьакже и при наведении на нее.
Вот часть моего CSS:
a:link
{color: #00CCFF;
text-decoration:none;
font-style:inherit;
font-weight:bold;}
a:activ
{color:#FFFFFF;
text-decoration:underline;
font-weight:bold;}
a:hover
{color: #CC3300;
text-decoration:underline;
font-weight:bold;
font-style:inherit;}
a:visited
{color:#00CCFF;
text-decoration:none;
font-style:inherit;
font-weight:bold;}
Вот часть моего CSS:
a:link
{color: #00CCFF;
text-decoration:none;
font-style:inherit;
font-weight:bold;}
a:activ
{color:#FFFFFF;
text-decoration:underline;
font-weight:bold;}
a:hover
{color: #CC3300;
text-decoration:underline;
font-weight:bold;
font-style:inherit;}
a:visited
{color:#00CCFF;
text-decoration:none;
font-style:inherit;
font-weight:bold;}