[jQuery] Re: FadeIn effect not working on all image

2007-07-31 Thread Giuliano Marcangelo
Andrea, try this; $(document).ready(function() { $("div.jq img").fadeIn(3000); }); Giuliano On 31/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Apply the fade in on the image. right now it's on the div. Or set a > height on the div equal to that of the image. tha

[jQuery] Re: FadeIn effect not working on all image

2007-07-31 Thread [EMAIL PROTECTED]
Apply the fade in on the image. right now it's on the div. Or set a height on the div equal to that of the image. that should help I think. On Jul 31, 9:12 am, Andrea - Aosta <[EMAIL PROTECTED]> wrote: > At this urlhttp://www.archea.it/architetti/index.php/home/progetto/1 > i have a fadeIn eff