我在表格中有几张图片,它们作为链接工作,悬停时应该会出现一个播放按钮。
我尝试了许多不同的技巧,但它们都有无法正常工作的问题。我决定在这里分享我的问题以找到标准解决方案。
这是我到目前为止所做的:
img{
position: relative;
}
img:hover:before {
background:url(http://i40.tinypic.com/i3s4dc.png) no-repeat center center;
content:"";
width: 100%;
min-height: 100px;
position: absolute;
left: 0;
}
我不知道我的方向是否正确,但请查看演示http://jsfiddle.net/jmXdh/8/,如果有误,请以其他方式告诉我。