Yah I had an issue with this as well.  I use a work around.
For me, I like having the opacity setting in the CSS, so i set it
there and set "display:none".  Then I use fadeIn instead of fadeTo.
Not a solution, but a possible alternative.  I'm sure someone else
will have a real solution.

On Aug 17, 10:06 am, Aaron Scott <[EMAIL PROTECTED]> wrote:
> I have an element with this style associated with it:
>
>         filter:alpha(opacity=0);
>         -moz-opacity: 0;
>         opacity: 0;
>
> Now, I fade it in:
>
> $(object).fadeTo(1000, 0.8);
>
> In FF and Safari, this results in the object fading from 0% to 80%
> opacity. But in IE, it makes the object pop in at 100% opacity, then
> fades down to 80%.
>
> Has anyone seen this before? What am I doing wrong?
>
> Thanks,
> Aaron

Reply via email to