'scrollamount' sets how many pixels the text is displaced between hidden and reappear : scrollamount « Marquee Attributes « HTML / CSS






'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>  
    
      
      








Related examples in the same category