是否可以去除不透明度 < 的 PNG 周围丑陋的黑色背景? 1 在IE中?
这是我的网站: http://rps.sanscode.com
用IE7或8加载就可以看到我丑陋的戒指了谈论。
有人有办法摆脱它们吗?或者也许有一些关于如何更改图像以删除它们的建议?
如果有帮助的话我正在使用 jQuery。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经成功使用了这里的代码: 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/
您可以在 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.