简体   繁体   English

IE8的透明PNG修复

[英]Transparent PNG Fix for IE8

I have black text over a transparent area and in ie8 it has funky fuzzy black outlines around the text. 我在透明区域上有黑色文字,在ie8中,它在文本周围有时髦的模糊黑色轮廓。 Is there a way to get rid of this? 有没有办法摆脱这个? Thanks 谢谢

I'm assuming by transparent layer, you mean a layer with an opacity setting? 我假设透明层,你的意思是一个不透明度设置的图层?

You given this solution a shot? 你给这个解决方案一个机会? PNG transparency prоblеm in IE8 IE8中的PNG透明度原则

Go here: http://css3please.com/ 到这里: http//css3please.com/

and use the .box_rgba rule to generate the opacity, instead of the regular 'filter: alpha(opacity=50);' 并使用.box_rgba规则生成不透明度,而不是常规的'filter:alpha(opacity = 50);' way. 方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM