I dunno, but using no jQuery at all, your alpha filter doesn't appear
to be set up properly:
http://dev.jquery.com/~john/ticket/fadeTo/

--John

On 8/17/07, 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