Does anyone know how to create a horizontal menu scroller so when you click an image it loads the next 3 images
Printable View
Does anyone know how to create a horizontal menu scroller so when you click an image it loads the next 3 images
everything you need for php / js etc is here: http://www.dynamicdrive.com/dynamicindex14/index.html
Ive looked and there is nothing there
You're looking into JS only here (no idea why you'd want php, crawl).
Use a few DIV's with style.display = "block"/"hide"; and you're done.