So in my little bit of testing IE7 shows that the filter is applied because the text has the smoothing removed. Also, it only works for me (IE6 and 7) by removing position: relative; and it doesn't matter if it has a width or not. Position absolute made it fail also.
I ran into some weird CSS issues just yesterday with position relative in IE. I'll go through some more testing ... -- Brandon Aaron On 12/6/06, Kelvin Luck <[EMAIL PROTECTED]> wrote: > OK - I've managed to break the problem down to a simple test case: > > http://kelvinluck.com/assets/jquery/fadeBug/ > > As you will see, the fade doesn't happen in IE but the callback does. If > you get rid of position:relative or any width in the styles of the UL > then the fade works fine... > > Any ideas? > > Cheers, > > Kelvin :) > > Kelvin Luck wrote: > > I've still got the issue with r670 (built from svn about an hour ago) so > > I guess I should put together an example page? Seems like it's a > > different issue... > > > > Cheers, > > > > Kelvin :) > > > > Brandon Aaron wrote: > >> It is a known issue. The next release should be just around the corner > >> ... or just grab the latest from svn. > >> > >> -- > >> Brandon Aaron > >> > >> On 12/5/06, Kelvin Luck <[EMAIL PROTECTED]> wrote: > >>> Hi, > >>> > >>> Is there any known issues with 1.0.3 and the latest svn which should > >>> effect fadeTo in IE? On a page I'm building it seems fadeTo is being > >>> ignored (although the callback for after the animation is still firing). > >>> Of course everything works fine in Firefox... > >>> > >>> If it's not a known issue I'll attempt to strip down my page to a > >>> simplified example for you to look at, > >>> > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
