Tema: Scroll
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/03/2006, 03:43
Avatar de elbar
elbar
Colaborador
 
Fecha de Ingreso: enero-2004
Ubicación: Buenos Aires
Mensajes: 1.406
Antigüedad: 20 años, 3 meses
Puntos: 8
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