Click to See Complete Forum and Search --> : Rotate a Multiple Part Image


greddin
11-22-2002, 10:31 AM
I have a table that has 3 rows. Each row has a different image in it. All three images make up one combined header graphic. I need to be able to rotate through a series of these combined header graphics. Each time the page reloads - rotate to display a new header. I have seen many examples of randomizing a single image, but never like this? Please point me in the right direction.

Thank you.

Zach Elfers
11-22-2002, 10:49 AM
Don't do it with random images, because then it will get mixed up. You could probably make them groups in arrays and make the arrays random.:)

greddin
11-22-2002, 10:53 AM
This sounds good to me, but how do I start? Can you help?

Zach Elfers
11-22-2002, 11:41 AM
I'm sorry. I know basic JavaScript and can memorize some scripts, but I am horrible at making new one's. I'd help if I could.:)