如何在IE6中使用半透明png图片

发布于 2024-07-19 06:04:20 字数 29 浏览 3 评论 0原文

如何在 IE6 中使用半透明 png 图像?

How can I use semi-transparent png images in IE6?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

甜味拾荒者 2024-07-26 06:04:20

事实上,您可以使用 IE6 PNG Fix。 有一些限制,但总的来说,它有效正好。

In fact you can using IE6 PNG Fix. There are some limitations, but overall, it works just fine.

池予 2024-07-26 06:04:20

我不得不说我更喜欢 DD_belatedPNG 而不是 supersleight。 它更容易实现,并且似乎不会死锁 IE6 加悬停功能开箱即用。

http://www.dillerdesign.com/experiment/DD_belatedPNG/

I have to say I prefer DD_belatedPNG over supersleight. It's way easier to implement and doesn't seem to deadlock IE6 plus hover works out of the box.

http://www.dillerdesign.com/experiment/DD_belatedPNG/

怀中猫帐中妖 2024-07-26 06:04:20

请注意,AlphaImageLoader 转换可能死锁 IE6< /a>.

使用 PNG8 而不是常规 PNG32 。 您只能使用 256 种颜色和 1 位 alpha 透明度,但它可以避免浏览器随机死锁。

Be aware that the AlphaImageLoader transform can deadlock IE6.

Use PNG8s instead of regular PNG32s. You are restricted to 256 colors and 1 bit of alpha transparency, but it beats randomly deadlocking the browser.

乖乖 2024-07-26 06:04:20

我曾经遇到过关于 ie6 中 png 透明度的问题,拯救我的是:

http:// /allinthehead.com/retro/338/supersleight-jquery-plugin

希望有帮助

I had an issue once about png transparency in ie6 and what saved me was this:

http://allinthehead.com/retro/338/supersleight-jquery-plugin

hope it help

原来分手还会想你 2024-07-26 06:04:20

你不能... IE6 不支持透明 PNG。 最好的选择是使用透明的 GIF 并设置它们的格式以匹配它们所经过的背景。

编辑:关于这一点: http://ie6update.com/

You can't... IE6 doesn't support transparent PNGs. Your best option is to use transparent GIFs and format them to match the background they go over.

Edit: On that note: http://ie6update.com/

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