如何在 IE6 中使 CSS 不透明度属性与 png 图像一起使用?

发布于 2024-09-29 11:17:46 字数 157 浏览 1 评论 0原文

此代码适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回忆追雨的时光 2024-10-06 11:17:46

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文