IFRAME Scroller - Horizontal Scrolling
1) Script Title: IFRAME Scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...e-scroller.htm
3) Describe problem: Hi, i have the above script setup and really pleased with it; i would like to know how do i amend the script in external.htm so that i scrolls horizontal to the left and not vertical.
I have looked at several threads on here and some posts recommend to change these lines of code to 'left':
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)
}
A number of members have done this but then get a problem with the text scrolling through and not returning again?
I would be grateful if you could help me with this?
Regards
Dave