Log in

View Full Version : Slideshow with Text



williamh
07-17-2015, 12:52 PM
I have been trying to create a slideshow with HTML or JavaScript and while I have found free online generators that work as well as traditional coding, none of them seem to include text. I am trying to replicate the slideshows featured on this site: http://www.oxbowbooks.com/oxbow/ As you can see each slide includes an image along with its accompanying text. Is there a simple html or java script code that will allow me to do this?

Beverleyh
07-17-2015, 01:42 PM
This looks the closest from the DD library: http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm

Alternatively, here is a CSS-only version: http://fofwebdesign.co.uk/freebies-for-websites/css/slider-rwd-pips.htm

And a version with auto-play JavaScript: http://fofwebdesign.co.uk/freebies-for-websites/css/slider-rwd-pips-auto-js.htm

williamh
07-17-2015, 04:35 PM
Thank you Beverly, that is what I was looking for! Hard to believe that no html or javascript tutorial site has this. I suppose it is not a very common request.