How can I cycle through images on my website using images on the web?

Posted by admin on September 22nd, 2009 and filed under images | 1 Comment »

I have an intranet webpage on which I need to place some images. I want all 6 of my images to display in the same spot – thus, I want them to cycle in an order I specify. I would create an animated GIF, but can’t because the images I want to use are published from Google Docs. How can I use html to have these images cycle on my webpage?

You cannot use HTML to have the images cycle. For the animated GIF, you can save the images separately and build one, or even take a screenshot of them and build it.

Otherwise, you can use Javascript to load the images, and cycle through them.

One Response

  1. Gr1m Says:

    You cannot use HTML to have the images cycle. For the animated GIF, you can save the images separately and build one, or even take a screenshot of them and build it.

    Otherwise, you can use Javascript to load the images, and cycle through them.
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.