I have the same problem in all browsers.

I position an element absolute and I apply a fadeIn-command to it:

$("#silhouetten").css({position: 'absolute', left:leftPos + 'px',
top:topPos + 'px', marginLeft:0}).fadeIn("slow");

Nothing happens.

fadeOut works finy actually.
Also slideUp("slow") and hide("slow") work fine, but slideDown("slow")
en show("slow") dont work :-S

Is this a bug?

Regards,

Giel



On 3 mrt, 13:19, Jamie <[EMAIL PROTECTED]> wrote:
> I'm having the same problem in IE6..
>
> On Mar 3, 5:26 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
> wrote:
>
> > hi friends,
>
> > I just noticed the fadeIn fadeOut effect don't work anymore in my
> > application, meaning: there is no "error", but the elements don't
> > fade. The elapsed time of the effect runs then the element hides or
> > shows, but without opacity transition.
>
> > I think this might be not a bug in jquery but a misconfiguration on my
> > part, somewhere in the CSS. my app is pretty huge so i'm not going to
> > ask you to look through it, but only if you know what would be the
> > reason of opacity not to work.
>
> > Thanks!
>
> > BTW, using latest jquery and FF2.0.0.12  and FF3 beta 3
>
> > --
> > Alexandre

Reply via email to