Fading Grid tutorial

i want to know how do i make multiple images fade using same technique

thank you

one after another? or when you press a button it loads another image via fading?

One after another :O) I have about six images that I want to use for my web site banner and I want to make images fade in and out one after another possibly after one image fades in after 30 sec. this image would fade out and another would fade in.

Already covered here:
http://www.kirupaforum.com/forums/showthread.php?threadid=38845

And for 30-second pauses, just include a setInterval/clearInterval pair.