Simple Slideshow with Jquery
Here is a very simple way to create a slideshow using jquery. Setup your xhtml as follows: <div style="position: relative;"><div id="slideshow1" style="position: absolute;"><img src="one.jpg" /></div><div id="slideshow2" style="position: absolute;display: none;"><img src="two.jpg" /></div><div id="slideshow3" style="position: absolute;display: none;"><img src="three.jpg" /></div></div> Each div containing an image is positioned... read more!
Posted in javascript | Post Comment

RSS Feed