Jump to content

Recommended Posts

Posted

When a webpage is being viewed, I would like one of the images in the page to change after a few seconds to another one. Ie, say, 10 images displayed on a rotating basis.

How can this be done in html or php please?

Posted (edited)

It's often done with javascript; here's one:-

 

http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm'>http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

 

Ultimate Fade-In Slideshow (v1.51): copyright Dynamic Drive (http://www.dynamicdrive.com)

 

This one pauses when you hold the mouse over an image, but none show if javascript is disabled.

 

Search for "Lightbox" which has more complicated versions which show a static image if javascript is disabled.

Edited by Wickham
Posted
It's often done with javascript; here's one:-

 

http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm'>http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

 

Ultimate Fade-In Slideshow (v1.51): copyright Dynamic Drive (http://www.dynamicdrive.com)

 

This one pauses when you hold the mouse over an image, but none show if javascript is disabled.

 

Search for "Lightbox" which has more complicated versions which show a static image if javascript is disabled.

 

Can't go wrong with Dynamicdrive!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...