PDA

View Full Version : animated gif


RichardJones
September 17th, 2003, 06:56 PM
Hi

I have made some animated gifs using GIF Movie Gear. I want the GIFs to start on a user click and not when the page is loaded. Before the user clicks I just want the first image of the animated gif to be shown. Is this possible and how do you do it?

Thanks
Richard

degsy
September 17th, 2003, 07:00 PM
Create a static image
Use javascript to change the image onclick. It will work like a Rollover image, but onclick instead of mouseover.

RichardJones
September 17th, 2003, 08:22 PM
Thanks degsy. I never thought of doing it like that. :p