Ребята, сломал всю голову. В ИЕ9 работает, в ИЕ8 нет, никаких идей не осталось. Спасибо за помощь.
Код:
<div class="image">
<img src="http://i57.tinypic.com/3bl8n.png" alt="" />
<div class="overlay"><a href="#"></a></div>
</div>
.image {
width: 300px;
position: relative;
background-color: #e76049;
cursor: pointer;
}
.image img {
display: block;
max-width: 100%;
}
.image a {
display: block;
width: 100%;
height: 100%;
}
.image .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url('http://i62.tinypic.com/4jvwk7.png') no-repeat center / 53%;
opacity: 0;
z-index: 5;
}
.image:hover img {
opacity: 0.2;
}
.image:hover .overlay {
opacity: 1;
}
jsbin.com/nigiromupe/1/watch?html,css,output (напрямую в ИЕ8 не открывается, но я не нашёл платформы, в которой бы открывалось, извините)