网络编程
位置:首页>> 网络编程>> JavaScript>> JS CSS制作饱含热情的镶边文字闪烁特效

JS CSS制作饱含热情的镶边文字闪烁特效

  发布时间:2024-04-16 09:04:51 

标签:镶边文字,闪烁
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>文字闪烁</title> </head> <body> <style>  </style> <script language="JavaScript1.2"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==2) document.all.glowtext[which].filters[0].strength=1 else document.all.glowtext[which].filters[0].strength=2 } function glowit2(which){ if (document.all.glowtext.filters[0].strength==2) document.all.glowtext.filters[0].strength=1 else document.all.glowtext.filters[0].strength=2 } function startglowing(){ if (document.all.glowtext &amp;&amp; glowtext.length){ for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)') } else if (glowtext) setInterval("glowit2(0)",150) } if (document.all) window.onload=startglowing </script> <font color="F5D20A" face="宋体" size="3">看到本网页的都是高手,脚本之家热烈欢迎您的到来! </body> </html>


0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com