首页
网页特效库
网页特效库
导航菜单
按钮表单
背景特效
时间日期
图片特效
鼠标特效
文本操作
窗口页面
状态栏类
警告对话
综合应用
游戏娱乐
首页
>
特效
>
综合应用
> 正文
像QQ一样闪动的最新消息提示
2009-12-24 综合应用 155℃
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>像QQ一样的闪动消息</title> <script> var styChangeTimes=0; function changeSty(id) { obj=document.getElementById(id); styChangeTimes = styChangeTimes+1; if((styChangeTimes%2)==0) obj.style.display="none"; else obj.style.display=""; if(styChangeTimes<200) { window.setTimeout("changeSty('"+id+"')",200); } else { styChangeTimes=0; obj.style.display=""; } } </script> </head> <body onload="changeSty('qpsh_com')"> <div align="center"> <table border="0" width="300" cellpadding="0" style="border-collapse: collapse" height="30" id="table1"> <tr> <td><div id="qpsh_com" > <img border="0" src="icon/images/xinxi.jpg" width="14" height="14"><span style="font-size: 9pt"> <a href="http://www.zlcool.com/"> <span style="text-decoration: none"><font color="#FF0000">您有3条新的消息</font></span></a></span></div></td> </tr> </table> </div> </body> </html>
相关特效代码
无相关信息
热门特效代码
腾讯天气预报的JS代码
点击“添加收藏”代码
多款表格边框单元格特殊效果代码
CSS 横向图片列表
网站连接速度测试JavaScript代码
用CSS为表格添加阴影效果
综合搜索引擎代码
超级计数器网页特效代码
强迫访问广告链接代码
nVida 网站图片滑动切换代码
推荐特效代码
强迫访问广告链接代码
点击“添加收藏”代码
CSS 横向图片列表
常用的对联广告带关闭功能
极品仿windows进度条效果
漂亮的触发行变色代码