Re: Scrolling Caused by Marquee

"Jim Ley" <jim@jibbering.com>

> >    c) Does user agent provide option for slowing scrolling rate?
>
> Only with javascript bookmarklet: (Likely works in Mozilla etc.)
> javascript:els=document.getElementsByTagName('marquee');for
> (i=0;i<els.length;i++)
> alert(els[i].scrollDelay=els[i].scrollDelay*3);void 0

Ooops, I left the alert in there, that should be removed (this one I
wrote specially, as I've never felt the need to do this!)

At the request of Chaals, I'm documenting the general bookmarklets I use
at http://jibbering.com/accessibility/bookmarklets.html

Jim.

Received on Tuesday, 3 September 2002 11:30:14 UTC