So i have a DIV with some text in and for some reason with a fadeIn call IE renders a black outline around the text
Here is a screenshot and a link to a fiddle for an example;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IE disables font antialiasing while it does opacity animations…
Font-family renders poorly in Explorer with jQuery animation
I fixed mine by placing everything inside a container DIV and applying the jQuery fades & animations to the container instead of the text element itself.