[Proto-Scripty] Re: Controlling speed of scrolling

2009-05-27 Thread edb
Worked perfectly, thanks very much for your help Chris. Ed On May 27, 5:46 am, Chris wrote: > Hi Ed, > > the function uses Timeouts to scroll the contents of your container > (this is what var x is). I think you should only need to set x = > setTimeout("scrollMe()",40) > > The second argument (

[Proto-Scripty] Re: Controlling speed of scrolling

2009-05-27 Thread Chris
Hi Ed, the function uses Timeouts to scroll the contents of your container (this is what var x is). I think you should only need to set x = setTimeout("scrollMe()",40) The second argument (40) is the time in ms I think. Greetings from Germany, Chris --~--~-~--~~~---~