降低“PNG”的不透明度IE 中的图像
我想降低 IE 中“PNG”图像的不透明度。 Alpha 过滤器在 mozilla 中运行良好,但在 IE 中图像周围有黑色轮廓。
我不想要 IE 的透明 PNG 图像。我想在 IE 中设置 PNG 图像的不透明度。
非常感谢您的帮助
问候
I want to reduce opacity of "PNG" images in IE. Alpha filter works well in mozilla but in IE there is black outline around image.
I dont want transparent PNG image for IE. I want to set opacity of PNG image in IE.
Thanks alot for help
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 IE9 中,将 Alpha 过滤器替换为原生 CSS3 不透明度。在下层,由于您提到的“大纲”问题,这实际上是不可能的。
In IE9, replace the Alpha filter with native CSS3 opacity. Downlevel, it's not really possible due to the "outline" problem you mention.
http://www.w3schools.com/Css/css_image_transparency.asp
http://www.w3schools.com/Css/css_image_transparency.asp