Почему: < /p>
Код: Выделить всё
a:hover img {
opacity: 1;
}
< /code>
не работает? br />
a:link, a:visited, a:hover {
text-decoration: underline;
color: #000;
transition: opacity .2s ease-in-out;
}
a:hover {
opacity: 0.5;
}
a:hover img {
opacity: 1;
}< /code>
[url=#]
[img]https://itpresent.com/web/javascript/images/flower.jpg[/img]
[/url]
[url=#]Title[/url]
Подробнее здесь: https://stackoverflow.com/questions/794 ... -img-hover