arielweb2009 Superior
Cantidad de envíos : 72 Puntos : 57340 Reputación : 1 Fecha de inscripción : 28/03/2009 Edad : 28 Localización : La Serena , CHILE
| Tema: [Código Javascript] Texto Cartel Luminoso Miér Abr 01, 2009 2:16 am | |
| - Código:
-
<span id="TexteBat" style="width:100%"> <h1><font color="#ffffff"> Aprende a<br>Crear tu web</font></h1> </span> </center> <script> <!-- Mas scripts en http://www.creatupropiaweb.com --> <!-- var from = 2; var to = 12; var delay = 55; var glowColor = "#0000ff"; var i = to; var j = 0;
textPulseDown();
function textPulseUp() { if (!document.all) return if (i < to) { TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")"; i++; theTimeout = setTimeout('textPulseUp()',delay); return 0; }
if (i = to) { theTimeout = setTimeout('textPulseDown()',delay); return 0; } }
function textPulseDown() { if (!document.all) return if (i > from) { TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown()',delay); return 0; } if (i = from) { theTimeout = setTimeout('textPulseUp()',delay); return 0; } } //--> </script>
Fuente : www.creatupropiaweb.com | |
|
Stile Ayudante
Cantidad de envíos : 95 Puntos : 57865 Reputación : 4 Fecha de inscripción : 05/02/2009 Edad : 32 Localización : Buenos Aires, La Plata
| |
arielweb2009 Superior
Cantidad de envíos : 72 Puntos : 57340 Reputación : 1 Fecha de inscripción : 28/03/2009 Edad : 28 Localización : La Serena , CHILE
| Tema: Re: [Código Javascript] Texto Cartel Luminoso Dom Abr 05, 2009 6:33 pm | |
| A mi si me funciona | |
|
Contenido patrocinado
| Tema: Re: [Código Javascript] Texto Cartel Luminoso | |
| |
|