Español
<!--要完成此效果把如下代码加入到<body>区域中--> <span id="theText" style="width:100%"> <h2 align="center"><font color=" #ffffff">¡¡Bienvenido!!</font></h2> </span><script> var from = 5; var a = 50; retraso var = 5; var GlowColor = "lima"; var i = a; var j = 0; textPulseDown(); función textPulseUp() { if (!document.all) return if (i < to) { theText.style.filter = "Resplandor(Color=" + resplandorColor + ", Fuerza=" + i + ")"; yo ++; theTimeout = setTimeout('textPulseUp()',retraso); devolver 0; } if (i = to) { theTimeout = setTimeout('textPulseDown()',delay); devolver 0; } } function textPulseDown() { if (!document.all) return if (i > from) { theText.style.filter = "Resplandor(Color=" + resplandorColor + ", Fuerza=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown()',retraso); devolver 0; } if (i = from) { theTimeout = setTimeout('textPulseUp()',delay); devolver 0; } } </script>