HTML/CSS/Marquee Attributes/scrollamount

Материал из Web эксперт
Перейти к: навигация, поиск

"scrollamount" sets how many pixels the text is displaced between hidden and reappear

    
<HTML>
<BODY>
<marquee behavior="slide" scrollamount="15">
  This marquee has a scrollamount value of 15.
</marquee>
</BODY>
</HTML>