PHP slideshow and fade effect

Hi, Im working on a site which is needing a slideshow.
The client is wanting a subtle fade in/out effect.
The slide show has to be on all the time with no user interaction, well - I may add a Stop button.
I done the slideshow with php/js. Is there anyway I can add a fade effect with php or perhaps JS or Jquery?
This is the slideshow (the pics are just samples!!):
http://www.aardesign.co.uk/mc/

Any help, advice, tips, would be greatly appreciated.

Regarding slideshows - is it best to user server-side coding or client-side coding?

Thanking you
Alan.:slight_smile:

Take a look at this (click on the open slide show link at the right top of the page) http://earthlightimagery.com/Devil-Island-Antarctica-Gallery/112 and then browse the source code.

I built this for a client last month and he loves it.

All done using jQuery and honestly it really is easy to do.

The only thing I did differently than many of the jQuery galleries / slide shows is that I do not load all the images into lists (takes forever for the page to load)

If you have further questions feel free to ask.

I found what I was looking for,
here it is if anyone is interested:

:slight_smile:

I know its not php, but it does the job!!!