I have black text over a transparent area and in ie8 it has funky fuzzy black outlines around the text. Is there a way to get rid of this? Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I'm assuming by transparent layer, you mean a layer with an opacity setting? You given this solution a shot? PNG Transparency Problems in IE8 Go here: http://css3please.com/ and use the .box_rgba rule to generate the opacity, instead of the regular 'filter: alpha(opacity=50);' way. |
|||
|
|