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

share|improve this question
Please explain how you are currently using PNGs (as you mention them in the title and tags) – Deebster Aug 14 '12 at 15:58
Do you have screecap, and code to what you are doing to the Text? – mcpDESIGNS Aug 14 '12 at 15:58
2  
Can you provide a link. demo or some code? – Jrod Aug 14 '12 at 15:58
1  
Have you looked into ie9.js? code.google.com/p/ie7-js – idor_brad Aug 14 '12 at 15:59
@jrod i cannot provide the link as the project im working on is confidential. But basically all it is a png made in photoshop of a card and above the card is black text that is on a transparent layer. The text is fuzzy. – Kenneth Ashley Aug 14 '12 at 16:03
show 3 more comments

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.