.png 图像在 IE7、IE8 中无法正确呈现
它们在 FF、Safari 中看起来很棒,但社交媒体图标在 IE 中无法正确呈现。
http://www.erisdesigns.net/STAGE/ED1.3/
是这个IE 问题,或者与我创建 .png 的方式有关?
They look great in FF, Safari, but the social media icons don't render correctly in IE.
http://www.erisdesigns.net/STAGE/ED1.3/
Is this an IE problem, or something to do with how I'm creating the .pngs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个 pngfix javascript 插件,您可以使用 IE 条件语句触发。
PngFix
There's a pngfix javascript add-on you can trigger with an IE conditional statement.
PngFix
我认为这是因为你使用了透明度。尽管它不像当前的解决方案那么干净,但您也许应该使所有内容都不透明。
I think that it's because you use transparency. Although it isn't as clean as the current solution, you should maybe make everything opaque.