如何修复“png 不透明度”问题同时还支持定位?
alt text http://maishudi.com/icons_ns6.png
如何更正它,使其始终像,就像在火狐浏览器中一样?
编辑:
我尝试了一些修复,但对我不起作用,
我在我的应用程序中使用如下所示的内容:
background:transparent url(../static/icons_ns6.png) no-repeat scroll 0 -80px;
比如说,我需要定位背景图像。
alt text http://maishudi.com/icons_ns6.png
How to correct it so that it's always like,like in firefox?
EDIT:
I tried some fix,but not working for me,
I'm using something like below in my application:
background:transparent url(../static/icons_ns6.png) no-repeat scroll 0 -80px;
Say,I need to position the background image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
IE 以其 PNG 透明度问题而闻名。这里有很多与此相关的主题:例如检查 这个。
IE is known for its problems with transparency in PNGs. There were many topics here regarding that: check for example this one.
iepngfix.htc 位于此处 支持后台定位。甚至可以在 IE5.5 中使用 PNG 透明度!
The iepngfix.htc available here supports background positioning. And even makes PNG transparency work in IE5.5!
这对我很有用: CSS Internet Explorer (IE) 中的不透明度
请注意 CSS“缩放”属性的怪癖和用法。 YMMV。
This was useful for me: CSS Opacity in Internet Explorer (IE)
Note the quirks and use use of the CSS "zoom" attribute. YMMV.