- From: Jim Ley <jim@jibbering.com>
- Date: Tue, 3 Sep 2002 15:22:29 -0000
- To: "Jim Ley" <jim@jibbering.com>, <w3c-wai-ua@w3.org>
"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