Una de tantas maneras:
Código HTML:
<marquee onmouseover=this.stop() onmouseout=this.start() scrollAmount=2 scrollDelay=5 direction=up height=200 width=200>
<font color="#336699" face="Tahoma, Verdana, Arial, Helvetica, san-serif" size=2>
<B>TEXTO...TEXTO...TEXTO...</B><br>
<A target=centro HREF="http://#">ENLACE</A><br>
TEXTO...TEXTO...<br>
<img src="http://www.forosdelweb.com/images/buttons/quote.gif" alt="" height=22 width=70 border=0>
</font></marquee>
Se detiene al acercar el mouse
Si lo queres permanente, quitale:
onmouseover=this.stop() onmouseout=this.start()
Velocidad, direccion y tamaño, los cambias desde aqui:
scrollAmount=2 scrollDelay=5 direction=up height=200 width=200