It looks like the animation is not reaching 1 or 100%. Try using
fadeTo instead of fadeIn and fadeOut.

$('#item')
    .fadeTo(0) // fadeOut
    .fadeTo(1); // fadeIn

I believe this should solve the problem.

--
Brandon Aaron

On 1/16/07, lukas | dressy vagabonds <[EMAIL PROTECTED]> wrote:
> thanks for all the help,
>
> 1. i'll definitely try the dimension plugin, didn't kow of that
> 2. the problem can be seen here: heart.coffeeandrecords.com/shop/
> cart.php
>
> if you have items in the shopping cart and try to update the quantity
> in IE7 there's a fadeIn, fadeOut error, which is at the time fixed,
> by resetting the filter opacity to 100
>
> best regards
>
> lukas
>
> Am 16.01.2007 um 15:06 schrieb Brandon Aaron:
>
> > I'm not sure I understand the problem. Could you try to upload or send
> > me a test case where it demonstrates the problem you are having.
> >
> > I threw together a quick test case but everything seems to work
> > fine for me.
> > http://brandon.jquery.com/testing/fx/fade.html
> >
> > --
> > Brandon Aaron
> >
> > On 1/15/07, lukas | dressy vagabonds <[EMAIL PROTECTED]>
> > wrote:
> >> hi list,
> >>
> >> i'm terribly sorry to litter this list with all IE7 problems, but
> >> unfortunately i have to have my sites working in that s**** browser
> >> too, so i can't hesitate to ask.
> >>
> >> fadeOut doesn't seem to work on divs if triggered twice or more
> >> times. it works if only triggered once, but it seems that opacity is
> >> not restored, or the opacity filter is not removed after fading out
> >> and then reactivating the div with $('#some_mane').show().
> >>
> >> is there any workaround?
> >>
> >> thx for help
> >>
> >> lukas
> >>
> >> _______________________________________________
> >> jQuery mailing list
> >> [email protected]
> >> http://jquery.com/discuss/
> >>
> >
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to