1) //Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1
2) Script URL (on DD): http://www.jobclub.com/testing/index.html
3) Describe problem: Rund to fast, need to slow dow to halt the current speed, it is set to 1 now?
1) //Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1
2) Script URL (on DD): http://www.jobclub.com/testing/index.html
3) Describe problem: Rund to fast, need to slow dow to halt the current speed, it is set to 1 now?
Find this line in the scrpt:
To slow it down by half, make it like so:Code:setTimeout('lefttime=setInterval("scrollmarquee()",20)',initPause)
Code:setTimeout('lefttime=setInterval("scrollmarquee()",40)',initPause)
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Awesome, that did it. Thanks so much
MatMedia
Bookmarks