是否可以去除不透明度 < 的 PNG 周围丑陋的黑色背景? 1 在IE中?

发布于 2024-10-20 19:50:43 字数 196 浏览 2 评论 0 原文

这是我的网站: http://rps.sanscode.com

用IE7或8加载就可以看到我丑陋的戒指了谈论。

有人有办法摆脱它们吗?或者也许有一些关于如何更改图像以删除它们的建议?

如果有帮助的话我正在使用 jQuery。

Here's my site:
http://rps.sanscode.com

Load it up in IE7 or 8 and you can see the ugly rings I am talking about.

Does anyone have a solution to get rid of them? or perhaps some advice on how to change the images to remove them?

I am using jQuery if that helps.

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

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

发布评论

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

评论(2

痴意少年 2024-10-27 19:50:43

我已经成功使用了这里的代码: http://youngpup.net/projects/sleight (演示页面在这里:http://youngpup.net/projects/sleight/demo.html)在我的网站上执行此操作 http://entrian.com/source-search/

I've successfully used the code from here: http://youngpup.net/projects/sleight (demo page here: http://youngpup.net/projects/sleight/demo.html) to do this on my site http://entrian.com/source-search/

梦境 2024-10-27 19:50:43

您可以在 png 上使用 AlphaImageLoader帮忙解决这个问题,就像处理 gif 一样。我在一些 Colorbox 主题中看到过这一点。

请注意,这会迫使 CSS 做出一些妥协 - 例如,您不能在这些图像上使用背景定位。

You can use AlphaImageLoader on pngs to help with this, just like on gifs. I've seen that in a few Colorbox themes.

Note that forces some compromises on CSS - you can't use background positioning on these images, for instance.

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