[Proto-Scripty] Re: Banner viewport

2008-12-03 Thread Jerod Venema
I just took a brief look, but try moving the "startScroller" calls into the onload rather than having them inline, see if that helps. On Fri, Nov 28, 2008 at 10:40 PM, jonathon <[EMAIL PROTECTED]> wrote: > > I was just troubleshooting something like this, and can't figure out > how to get it to w

[Proto-Scripty] Re: Banner viewport

2008-11-28 Thread jonathon
I was just troubleshooting something like this, and can't figure out how to get it to work in ie... If I add an alert to scrollImage(), I see it only in firefox. http://www.lotzunga.com/ < works in Firefox (check out the image thingies) http://www.lotzunga.com/ < doesn't work in IE (I ha

[Proto-Scripty] Re: Banner viewport

2008-11-28 Thread Jerod Venema
That's not really an "effect", per-se, as much as a simple continuous motion. It's simple enough to do this without scriptaculous: //assumes "myelement" is positioned absolutely var moveIt = function(){ var pos = parseInt($('myelement').getStyle("top").gsub(/[^\d]/,"")); pos = (pos + 1) + "px"