IMG 没有显示上面的背景颜色?
我有 3 个 div,每个 div 的 z-index 都高于前一个,并且全部相互重叠。
底部 div 有一个图像,下一个 div 有一个不透明度为 0.7 的背景颜色,最上面的 div 有另一个图像。问题是在 Chrome、FF 和 IE 中,最顶部的图像也出现在其下方 div 的背景颜色下方。
是否有解决方法可以让最上面的图像按应有的方式显示在顶部?
I have 3 divs, each with a z-index higher than the previous and all overlain on eachother.
The bottom div has an image, the next div has a background-color with opacity:0.7 and the topmost div has another image. The problem is the top-most image also appears underneath the background-color of the div beneath it, in Chrome, FF and IE.
Is there a workaround to allow the top most image be displayed on top as it should?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我可以用普通的图片替换背景颜色。
I guess I could just replace the background-color with a plain img.