HTML/CSS/Marquee Attributes/scrollamount

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

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

   <source lang="html4strict">
   

<HTML> <BODY> <marquee behavior="slide" scrollamount="15">

 This marquee has a scrollamount value of 15.

</marquee> </BODY> </HTML>


     </source>