我试图在图像链接上放一个小插图,当悬停在消散时。我正在使用的当前代码在 Firefox 中运行良好,但在 chrome 中,过渡效果无法运行。
如果您要删除缩略图,则背景具有相同的效果并会在其上显示过渡。
这是一个错误吗?
<article>
<div class="thumbnail">
<a href="#"><img src="images/download.jpg" alt="" /></a>
</div>
<div class="article-text">
<h3>Article Header</h3>
<div class="author">
Author Name here. Date Posted Here.
</div>
<p>Lorem ipsum</p>
<div class="meta">
<ul class="meta-items">
<li>Arbitrary Number</li>
</ul>
<a class="button" href="#">
<span>Read More</span>
</a>
</div>
</div>
</article>
完整的 css/html 可以在 JSfiddle 上看到:http: //jsfiddle.net/aSTKK/