1) Script Title: External Data Source Marquee Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/emarquee.htm
3) Describe problem: trying to get this to work in other browsers like firefox
1) Script Title: External Data Source Marquee Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/emarquee.htm
3) Describe problem: trying to get this to work in other browsers like firefox
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
http://www.dynamicdrive.com/dynamici...e-scroller.htm
This one works, but would like it to scroll through not start over is there a way to make it do that ?
Change this:
to:Code:function scrollDiv(){ dataobj.style.top=parseInt(dataobj.style.top)-scrollspeed+"px" if (parseInt(dataobj.style.top)<thelength*(-1)) dataobj.style.top="5px" setTimeout("scrollDiv()",40) }
Code:function scrollDiv(){ dataobj.style.top=parseInt(dataobj.style.top)-scrollspeed+"px" if (parseInt(dataobj.style.top)<thelength*(-1)) dataobj.style.top=document.body.clientHeight||document.documentElement.clientHeight? Math.max(document.body.clientHeight, document.documentElement.clientHeight)+'px' : '5px'; setTimeout("scrollDiv()",40) }
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks