降低“PNG”的不透明度IE 中的图像

发布于 2024-09-28 13:16:45 字数 151 浏览 3 评论 0原文

我想降低 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 技术交流群。

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

发布评论

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

评论(2

甜是你 2024-10-05 13:16:45

在 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.

殊姿 2024-10-05 13:16:45

Firefox 使用属性 opacity:x
为了透明度,而 IE 使用
过滤器:alpha(不透明度=x)。

http://www.w3schools.com/Css/css_image_transparency.asp

Firefox uses the property opacity:x
for transparency, while IE uses
filter:alpha(opacity=x).

http://www.w3schools.com/Css/css_image_transparency.asp

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