PNG在IE6中不显示
当我在 IE6 中打开特定的 png 文件时,它只显示一个红色的 X,看起来像图像未找到错误。它在其他浏览器中运行良好。其他一些 png 图像可以在 IE6 中正确渲染。我用fiddler检查了can-not-render png和can-not-render png,我发现can-not-render png只有150字节。我想知道是否是尺寸太小导致的问题。
更新:
最后,在与提供这些png文件的人沟通后,他们告诉我这是png压缩问题。如果您将 png 文件压缩得更多,有时它可能会在 ie6 中崩溃。因此,解决方法是在压缩过程中牺牲 png 文件的大小,并且它确实有效。
不管怎样,也谢谢 stackoverflow 上的人:)
When I open a specific png file in IE6, it just displays a red X, which looks like image not found error. It works fine in other browsers. Some other png images can render correct in IE6. I checked the can-render png with can-not-render png with fiddler, I found the can-not-render png is only 150 bytes. I wonder if the too small size causes the problem.
Update:
Finally, after communicating with the guys providing these png files, they told me that it is png compression issue. If you compress png file much more, it may break in ie6 sometimes. So the workaround is to sacrifice size of png file during compression, and it does work.
Anyway thank guys in stackoverflow as well :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此链接可以帮助您解决有关 PNG 和 IE6 的已知问题。尝试一下。
This link can help you to fix a known problem about PNG and IE6. Try it.
Belatedpng 是我发现的针对 ie6 的最佳 png 修复:
http://www.dillerdesign.com/实验/DD_belatedPNG/
Belatedpng is the best png fix for ie6 that I have found:
http://www.dillerdesign.com/experiment/DD_belatedPNG/
IE6 因其处理 PNG 文件的问题而闻名。
如果我是你,我会把它改成 JPG 或 GIF。
问候。
IE6 is known for it's problems with PNG files.
If I were you I would change it to JPG or GIF.
Regards.