gpt4 book ai didi

css - IE7 和 IE8 都不渲染 PNG 透明度

转载 作者:太空宇宙 更新时间:2023-11-04 05:33:20 25 4
gpt4 key购买 nike

我有一个元素,一个图像,在 css 中被定义为 instrument 并且在我的生活中我无法让它在 IE7 或 IE8 中正确显示具有透明度的 png - 在 Safari 和 FF 中工作正常。我真的不关心 IE6,因为它需要某种破解——不过 7 和 8 应该可以,对吧?除了调用 7 和 8 中的图像外,应该不需要其他任何东西,对吧?

这里是需要透明的元素(instrument)和后面的元素的css

#instrument {
width: 650px;
height: 400px;
position: relative;
margin-left: 125px;
top: 185px;
overflow: hidden;
z-index: 1;
}

#instback {
margin-left: 50px;
margin-top:86px;
width: 450px;
height: 442px;
position: absolute;
top: 102px;
z-index: 0;
}

这里有什么看起来可能搞砸了吗?这是其中一个 PNG 的链接。

2F.png

谢谢!

最佳答案

img 上有一个内联样式,背景颜色设置为白色。

background-color: #fffff; 

删除它,或将其设置为透明,它在 IE8 中工作。我猜这是你的淡入淡出代码的错。

关于css - IE7 和 IE8 都不渲染 PNG 透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1777563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com