gemma1865 Posted December 27, 2008 Report Posted December 27, 2008 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?
PicnicTutorials Posted December 27, 2008 Report Posted December 27, 2008 Here's one. http://www.dyn-web.com/code/rotate_images/
Wickham Posted December 27, 2008 Report Posted December 27, 2008 (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 December 27, 2008 by Wickham
PicnicTutorials Posted December 27, 2008 Report Posted December 27, 2008 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!
squeezedjuicybits Posted December 27, 2008 Report Posted December 27, 2008 jQuery might be an ideal solution for you. Take a look at the following demo: http://malsup.com/jquery/cycle/ Has a few nice effects you can implement on your slideshow.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now