Hrvoje Blažeković wrote:
> Hi,
> for a simple slide show try this:
>
> http://www.gizone.co.uk/web-design/jquery-plugins/simple-jquery-slideshow/
>
Very nice, thank you!
So the trick is:
jQuery(slides[last]).css('display', 'block').css('zIndex', '0');
jQuery(slides[current]).css('zIndex', '1').fadeIn('slow');
How convenient... :-)
Cheers, Tobbe
>
> Hrvoje
>
>
> On 15 ožu, 2007, at 9:26, Torbjorn Tornkvist wrote:
>
>> Hi,
>>
>> I'm displaying one image, now how do I replace it with a
>> 'blending' effect, i.e the old image fades out and the
>> new image fades in ?
>>
>> I suspect I should make clever use of animate,opacity,z-index etc,
>> I'm just not sure were to start. Any pointers to an existing example
>> on how to do it with jquery ?
>>
>> Cheers, Tobbe
>>
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected] <mailto:[email protected]>
>> http://jquery.com/discuss/
>>
>
> ====================
>
> Hrvoje Blažeković
>
> tel.: 048/220 418
>
> fax.: 048/220 417
>
> e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> ------------------------------------
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/