Jump to content
  • 0

Проблемма с font-weight в Opera 11.61


dariys
 Share

Question

Помогите разобраться с багом возникающем в Опере. При наведении на пункт списка, он меняет цвет с белого на серый и меняется font-weight с normal на bold. Во всех браузерах работает нормально, а в Опере после уводы мышки от ссылки остается часть текста в ховер-варианте.

Вот:

rrrrqd.jpg

Вот разметка и стили:


* {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

ul {
display: block;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 1em;
margin-top: 1em;
padding-left: 40px;
}

ul li {
font-size: 14px;
list-style-image: url("../Images/marker.png");
list-style-type: none;
margin-left: 60px;
margin-top: 3px;
}

a {
color: rgb(255, 255, 255);
outline-color: currentColor;
outline: none;
text-decoration: none;
}


a:hover
{
font-weight: bold;
color: rgb(200,200,200);
outline: none;
}


<ul>
<li>
<a href="#">Алмазный</a>
</li>
<li>
<a href="#">Изумрудный</a>
</li>
...
</ul>

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Посмотрите пожалуйста сдесь Может проблема в комплексе еще с чем то появляется...

Win7 Опера 11.61. После ухода курсора от ссылки остается часть текста в ховер-варианте, как на картинке. При попытке проинспектировать "непослушный элемент" в Опере лишняя часть текста моментально исчезает. При моделировании ситуации на локальном компьютере подобного поведения не наблюдается.

Добавьте к свойствам cсылки

font-weight: normal

Возможно,

font-weight: normal

надо добавить и к div#timeCatalogue > ul li ?

Edited by Catherine
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy