
Я уже нашёл выход из положения (обошёл), но мне допи**ы интересно...
Имеем:
code:
a:link {text-decoration:underline; color:#8B8881;}
a:active {text-decoration:underline; color:#8B8881;}
a:visited {text-decoration:underline; color:#8B8881;}
a:hover {text-decoration:underline; color:#000000;}
.topLink a:link {text-decoration:none; font-weight:bold; color:#000000;}
.topLink a:active {text-decoration:none; font-weight:bold; color:#f698bd;}
.topLink a:visited {text-decoration:none; font-weight:bold; color:#2e2b70;}
.topLink a:hover {text-decoration:none; font-weight:bold; color:#c38dbf;}
дописываю своё:
code:
.topLinkk a:link {text-decoration:none; font-weight:bold; color:#000000;}
.topLinkk a:active {text-decoration:none; font-weight:bold; color:#000000;}
.topLinkk a:visited {text-decoration:none; font-weight:bold; color:#000000;}
.topLinkk a:hover {text-decoration:none; font-weight:bold; color:#000000;}
Почему на class="topLink" он реагирует, а на class="topLink
k" - нет?
кто знает - подскажите. Для общего развития.