прокрутка влево

Код:
<font face="Verdana" size="2">
<marquee width=300>ТВОЙ TЕКСТ</marquee>
</font>

прокрутка влево с остановкой

Код:
<center>
<marquee  scrollAmount=3 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=3 width=300> 
<a href="http://diano4ka.ru" target=_blank><img src="http://diano4ka.ru/QZDL9R71SZ.gif" width="88" height="31" border=0></a> 
<a href="http://devo4ka-diano4ka.narod.ru" target=_blank><img src="http://diano4ka.ru/bannerdd.gif" border=0 width="88" height="31"></a> 
</marquee>
</center>

прокрутка вправо

Код:
<font face="Verdana" size="2">
<marquee direction="right" width=300>ТВОЙ TЕКСТ</marquee>
</font>

прокрутка вправо с остановкой

Код:
<center>
<marquee direction="right" scrollAmount=3 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=3 width=300> 
<a href="http://diano4ka.ru" target=_blank><img src="http://diano4ka.ru/QZDL9R71SZ.gif" width="88" height="31" border=0></a> 
<a href="http://devo4ka-diano4ka.narod.ru" target=_blank><img src="http://diano4ka.ru/bannerdd.gif" border=0 width="88" height="31"></a> 
</marquee>
</center>

прокрутка влево-вправо

Код:
<font face="Verdana" size="2">
<marquee behavior="alternate" width=300>ТВОЙ TЕКСТ</marquee>
</font>

прокрутка влево-вправо с остановкой

Код:
<center>
<marquee behavior="alternate" scrollAmount=3 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=3 width=300> 
<a href="http://diano4ka.ru" target=_blank><img src="http://diano4ka.ru/QZDL9R71SZ.gif" width="88" height="31" border=0></a> 
<a href="http://devo4ka-diano4ka.narod.ru" target=_blank><img src="http://diano4ka.ru/bannerdd.gif" border=0 width="88" height="31"></a> 
</marquee>
</center>

прокрутка вверх

Код:
<font face="Verdana" size="2">
<marquee direction="up" height=100>ТВОЙ TЕКСТ</marquee>
</font>

прокрутка вверх с остановкой

Код:
<center>
<marquee direction="up" scrollAmount=2 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=2 width=100 height=100>
<a href="http://diano4ka.ru" target=_blank><img src="http://diano4ka.ru/QZDL9R71SZ.gif" width="88" height="31" border=0></a> 
<a href="http://devo4ka-diano4ka.narod.ru" target=_blank><img src="http://diano4ka.ru/bannerdd.gif" border=0 width="88" height="31"></a> 
</MARQUEE>
</center>