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 && 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>
标签:镶边文字,闪烁


猜你喜欢
MySQL架构设计思想详解
2024-01-24 10:21:13

python openpyxl打开文件关闭问题
2023-02-19 17:27:42

python中logging模块的一些简单用法的使用
2023-08-12 09:28:17

对python的unittest架构公共参数token提取方法详解
2023-10-18 12:28:54
Python中用字符串调用函数或方法示例代码
2023-03-05 15:37:59
Python连接Redis的基本配置方法
2023-09-29 21:28:27
最新Linux系统下安装MySql 5.7.17全过程及注意事项
2024-01-17 07:40:56
Python实现的金山快盘的签到程序
2022-12-05 21:14:51
asp的系统变量ServerVariables (“HTTP_USER_AGENT“)问题
2009-02-04 15:51:00
Python字典循环添加一键多值的用法实例
2021-07-15 14:48:48
python json.dumps() json.dump()的区别详解
2023-07-14 03:12:01
利用Pygame制作躲避僵尸游戏
2023-07-10 20:53:12

Go语言编译原理之变量捕获
2024-04-27 15:27:14

go语言Timer计时器的用法示例详解
2024-04-27 15:39:38
pandas 时间偏移的实现
2021-09-24 03:54:01
SQL Server约束增强的两点建议
2024-01-28 04:43:10
mysql-8.0.15-winx64 解压版安装教程及退出的三种方式
2024-01-23 21:56:20

对python中list的拷贝与numpy的array的拷贝详解
2023-06-13 02:18:35

Python 图片转数组,二进制互转操作
2023-10-07 17:46:04

Python模拟键盘输入自动登录TGP
2021-11-04 11:27:22