Slow it down:
Code:
<script type="text/javascript">
/***********************************************
* Conveyor belt slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//Specify the slider's width (in pixels)
var sliderwidth="1890px"
//Specify the slider's height
var sliderheight="260px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#4B0110"
Also look at:
http://www.dynamicdrive.com/dynamici...wler/index.htm
which can be slow until the user moves their mouse over it.
And:
http://www.dynamicdrive.com/dynamici...epcarousel.htm
which takes a different approach to horizontal scrolling.
Bookmarks