如何在 IE6 中使 CSS 不透明度属性与 png 图像一起使用?
此代码适用于 IE 7 及更高版本,但不适用于 IE6:
img.myclass{
opacity: 0.5;
filter: alpha(opacity=50);
}
我应该在代码中添加什么?
谢谢
This code works with IE 7 and above, but not with IE6:
img.myclass{
opacity: 0.5;
filter: alpha(opacity=50);
}
What should I add to my code?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IE6 对 png 图像的不透明度有问题,但看看这个,看看是否有帮助:
http:// /webfx.eae.net/dhtml/pngbehavior/pngbehavior.html
IE6 has problems with opacity for png images but look at this and see if it helps:
http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html
这又如何呢? http://jquery.andreaseberhard.de/pngFix/
What about this? http://jquery.andreaseberhard.de/pngFix/