[jQuery] Re: Fading effects and anti aliasing in IE/Opera

2008-02-18 Thread Nazgulled
Thanks. It worked a bit... I mean, when the animation ends, the text gets smooth as it should be, but during the animation it's all fuzzy... But through my searching, I believe there isn't a fix for it. Only the team behind IE can fix it internally, correct or wrong? On Feb 16, 4:04 am, Karl Swed

[jQuery] Re: Fading effects and anti aliasing in IE/Opera

2008-02-15 Thread Karl Swedberg
in IE 6, make sure the element being faded has an background color defined. Just four days ago on this list, Mike Alsup provided a solution for the problem in IE 7: But for IE7 you need to remove the opacity filter after the animation completes: $('#myDiv').fadeIn(function() { if

[jQuery] Re: Fading effects and anti aliasing in IE/Opera

2008-02-15 Thread Nazgulled
Anyone? :( On Feb 15, 1:27 pm, Nazgulled <[EMAIL PROTECTED]> wrote: > Hi > Probably, everyone already noticed on this but when you use fade > effects in IE/Opera where you change the opacity and stuff like that, > the text on these browsers is poorly rendered. By other words, it's > not anti-alia