Question:

A scrolling text code?

by  |  earlier

0 LIKES UnLike

TO MAKE IT SCROLL FROM LEFT TO RIGHT

<>

 Tags:

   Report

2 ANSWERS


  1. &lt;MARQUEE&gt;

    Let it move, let it move!

    &lt;/MARQUEE&gt;


  2. Use this one if you want to stop scroll on mouseover:

    &lt;marquee onmouseover=&quot;this.stop()&quot; onmouseout=&quot;this.start() &quot; direction=&quot;left&quot; scrollamount=&quot;8&quot;&gt;YOUR TEXT HERE&lt;/marquee&gt;

    More marquee attributes:

    http://www.w3.org/TR/css3-marquee/

    Ron
You're reading: A scrolling text code?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.