PNG 在旧版浏览器中看起来不太好,需要 iepngfix 吗?

发布于 2024-08-28 12:34:54 字数 332 浏览 5 评论 0原文

我为我的网站制作了一些屏幕截图,在 Internet Explorer 6 中,我的网站看起来很糟糕(参见屏幕截图)

我听说过有关 PNG 修复的信息,PNG 修复是解决糟糕外观的方法吗?有人可以解释我如何实现这个吗?

糟糕的外观 http://api.browsershots.org/png/512/e9/ e91c994747851f0661ebc17d33e83201.png

I have made some screenshots of my website, and in internet explorer 6 my website looks crappy (see screenshot)

I have heard something about a PNG fix, is a PNG fix the way to solve the crappy look? and can someone explain me how to implement this?

Crappy look http://api.browsershots.org/png/512/e9/e91c994747851f0661ebc17d33e83201.png

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

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

发布评论

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

评论(2

苍风燃霜 2024-09-04 12:34:54

原始 - http://www.twinhelix.com/css/iepngfix/

用法: http://www.twinhelix.com/css/iepngfix/demo/

如果您正在使用 jQuery,您可以使用 jQuery 插件 - http://plugins.jquery.com/project/iepngfix

并且不要忘记将 SCRIPT 标签放入条件注释中

<!--[if lt IE 7]>
//PNG FIX GOES HERE
<![endif]-->

The original - http://www.twinhelix.com/css/iepngfix/

Usage: http://www.twinhelix.com/css/iepngfix/demo/

If you are using jQuery you can use the jQuery pluging - http://plugins.jquery.com/project/iepngfix

And don't forget to put the SCRIPT tags inside conditional comments

<!--[if lt IE 7]>
//PNG FIX GOES HERE
<![endif]-->
远昼 2024-09-04 12:34:54

这些“修复”仅影响带有 alpha 蒙版的 PNG 文件的渲染。就您而言,除了错误渲染的 PNG 之外,您还存在一些严重的布局问题,而这些问题根本无法得到帮助。

Those "fixes" only affect the rendering of PNG files with alpha masks. In your case, you have some serious layout problems in addition to the incorrectly rendered PNGs that will not be helped by them at all.

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