Scrolling Caused by Marquee

1. Operating system: Windows 98 Second Edition
2. Assistive technology: none
3. User agent name/version: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1b) 
Gecko/20020826
4. Special settings: none
5. Recognizes MARQUEE: Yes
6. Can you stop text from scrolling: Yes
   a) How: By adding the following to my user style sheet

marquee {
   -moz-binding: none; /* Mozilla specific property */
   display: block;
   overflow: auto;
}

   b) Did text remain motionless: Yes, in all three tests
   c) Does user agent provide option for slowing scrolling rate?  Not to my 
knowledge.
       Did it provide option to slow or suppress scrolling?  Suppressing as 
above.

Bill Mason
Accessible Internet
w3c@accessibleinter.net
http://www.accessibleinter.net/

Received on Thursday, 29 August 2002 12:29:28 UTC