[jQuery] Distorted bold fonts in IE if combining $.load and $.fadeIn
Hi jQuerians,
when loading content with $.load into a container and then fading that
container in oncomplete, IE shows distorted fonts if these fonts are to
be displayed bold...
You can see this here:
http://stilbuero.de/demo/jquery/loading.html
You can already see the distorted font as soon as the animation starts
(click on "Load"), so maybe this has nothing to do with $.load at all.
This is the code I use:
$("#output div").fadeOut("slow", function() {
$("#output div").load("ahah.html", function() {
$("#output div").fadeIn("slow")
});
});
I haven't looked into the code, so by now I don't know exactly what is
happening in the fadeIn function, maybe I'll find out what is going on...
Can someone confirm this? Or do you know what is going on, John? I
assume there are changed some styles while fading?
Sorry for complaining all the time...
--Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/