标题栏文字逐个弹出显示效果,运行代码后看标题栏文字滚动显示,可根据自己的需求来自定义弹出文字。
<html> <head> <meta content="text/html; charset=gb2312" http-equiv="Content-Type"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>标题栏文字逐个弹出特效_武鸣人</title> <style type="text/css"> BODY { FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px } A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none } A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline } A:active { COLOR: #ff0033; CURSOR: hand; FONT: 9pt "宋体" } </style> <script language="javascript"> <!-- Hide me var index_count = 0; var title_string = "武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢! "; var title_length = title_string.length; var cmon; var kill_length = 0; function loopTheScroll() {//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) scrollTheTitle(); if(kill_length > title_length) { clearTimeout(cmon); } kill_length++; cmon = setTimeout("loopTheScroll();",100) } function scrollTheTitle() { var doc_title = title_string.substring((title_length - index_count - 1),title_length); document.title = doc_title; index_count++; } loopTheScroll(); //--> </script> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <font color="red" face="隶书" size="6"> <p align="center"></font><strong><font face="宋体" size="5" color="#FF0000">标题</font></strong><font face="宋体" size="5" color="#FF0000">武鸣人提示您:请看标题栏</font><font face="宋体" size="5" color="#00FF00"> </font> <div align="center"><center> <table border="0" borderlight="green" height="152" width="469"> <TBODY> <tr> <td align="middle" height="16" width="151"></td> <td align="middle" height="16" width="294"></td> </tr> <tr> <td align="middle" height="124" width="151"> <p align="center"><font face="宋体" size="5" color="#00FF00"> </font></td> <td align="middle" height="124" width="294"></td> </tr> </TBODY> </table> </center></div> <p align="center"> <script language="JavaScript"> <!-- hide function goHist(a) { history.go(a); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) //--> </script> </p> </body> </html>
本文来自武鸣人网站,转载请注明出处