Is there a simple slider that will take the div id and change the list items after a few seconds:
Most that I have found are over complex for what I want.
I have a dynamic section of code:
<div id="billboard">
<li><img src="http://domain.co.nz/files/large/3/100/75" alt="Banner1.png"/></li>
<li><img src="http://domain.co.nz/files/large/4/100/75" alt="Banner2.png"/></li>
<li><img src="http://domain.co.nz/files/large/5/100/75" alt="Banner3.png"/></li>
</div>
See the below url it will do this,
http://www.script-tutorials.com/how-to-create-your-own-jquery-slider-plugin/
watch the demo from – http://www.script-tutorials.com/demos/78/index.html
Hope this helps…