Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2011, 10:30
samplei
 
Fecha de Ingreso: abril-2011
Mensajes: 47
Antigüedad: 13 años
Puntos: 13
Respuesta: Texto difuminado html

Con html/css puedes realizar tu marquee por ejemplo como este marquee:

Código:
<div style="width:500px; float:left">
<div style="float:left; width:249px; text-align:right">
<marquee scrolldelay="130" direction="left">hola mundo</marquee>
</div>
<div style="width:249px; float:left; text-align:left"><marquee direction="right" scrolldelay="130">hola mundo</marquee>
</div>
</div>

también puedes usar por ejemplo flash.