Jump to Real's How-to Main page

Have a scrolling display

Use the MARQUEE tag . In this example, the scolling stops when the mouse is over the scrolling zone.
<marquee direction=up scrollamount=1 scrolldelay=100
onmouseover='this.stop()' onmouseout='this.start()' height=60>

hello world<br>
(IE and FF ok)
<p><a href="http://www.rgagnon.com/howto.html">Real's HowTo</a>

</marquee>
hello world
(IE and FF ok)

Real's HowTo


If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2007
[ home ]