Re: Scrolling Caused by Marquee
"Jim Ley" <[email protected]>
| Newsgroups | gmane.org.w3c.accessibility.agents |
|---|---|
| Message-ID | <[email protected]> |
"Jim Ley" <[email protected]> > > 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.