Здраствуйте, приведу фрагмент из своей таблицы стилей: [css] a:link {color: #3300cc; text-decoration: none; cursor: pointer;} a:hover {color: #990000; position: relative; top: -1px; cursor: pointer;} a:visited {color: #000099; text-decoration: none;} a.home {background: url(../img/home_off.gif) no-repeat top left; padding-left: 17px;} a.home:hover {background: url(../img/home_on.gif) no-repeat top left; position: relative; top: 0px; text-decoration: underline;} a.home:visited {background: url(../img/home_visited.gif) no-repeat top left;} [/css] Все бы хорошо, но почему при наведении мышкой на посещенную ссылку класса home не меняется ни цвет, ни картинка, тоесть, частично пропадает свойство hover, но остается подчеркивание?