The reason for this is actually because of the way CORE animates with jQuery and how IE does everything poorly. The problem is that CORE animates the fade-in's using jQuery's animate opacity. When it fades in opacity in IE is set to filter:alpha(opacity:100) or something like that allowing it to be visible. However, this causes text to display poorly. The fix for this is to code the animation to fade in with the opacity change and then remove the opacity style. I hope that was clear. Unfortunately, I know how to fix it but I don't know how to do it as I am not that skilled with javascript/jQuery. If there is anybody out there that can do this it would be great. If you search for this problem on google you will find stuff on it.