热门标签:   个人网站   个人网页   WAP网站   网页特效   网页教程   收藏本站   设为主页  
首 页   个人网站   个人博客   WAP网站   网页特效   网页教程   软件教程   我要参展
帐 号: 密 码:
 
网站及资源搜索:  
 
  当前位置 > 中国个人网页秀-> 网页特效-> 窗口特效-> 状态栏特效-> 状态栏飞行的文字
状态栏飞行的文字
整理:Cnwshow.Com   来源:Internet   整理时间:2008-2-16

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>状态栏飞行的文字</title>

<SCRIPT language="JavaScript">
function ScrollText(seed)
{
var msg = "欢迎来到中国个人网页秀!";
var out = " ";
     var c   = 1;
     if (seed > 100)
     {
          seed--;
          var cmd="ScrollText(" + seed + ")";
          timerTwo=window.setTimeout(cmd,100);
     }
     else if (seed <= 100 && seed > 0)
     {
        for (c=0 ; c < seed ; c++)
        {
            out+=" ";
        }
        out+=msg;
        seed--;
        var cmd="ScrollText(" + seed + ")";
        window.status=out;
        timerTwo=window.setTimeout(cmd,100);
     }
     else if (seed <= 0)
     {
         if (-seed < msg.length)
         {
            out+=msg.substring(-seed,msg.length);
            seed--;
            var cmd="ScrollText(" + seed + ")";
            window.status=out;
            timerTwo=window.setTimeout(cmd,100);
         }
         else
         {
            window.status=" ";
            timerTwo=window.setTimeout("ScrollText(100)",75);
         }
     }
}
</SCRIPT>
</HEAD>
<BODY OnLoad="timerONE=window.setTimeout('ScrollText(100)',100);">

<p></p>
<p>说明:请看状态栏的效果.</p>                                                     

</body>
</html>



运行代码预览特效
  状态栏特效 热门点击
·状态栏跑马灯---循环式
·状态栏的文字一闪一闪的显示
·状态栏不断闪烁的文字
·状态栏飞行的文字
·状态栏打字效果的文字
·状态栏滚动的时间
·状态栏跑马灯---聚拢式
·状态栏不规则文字表演
·状态栏跑马灯---摆动式
·很有动感的状态栏信息
  酷站推荐
关于本站  联系本站  免责声明  使用帮助  网站搜索  网站地图
Copyright © 2005-2008 Cnwshow.Com Inc All Rights Reserved 中国个人网页秀
技术支持:网秀科技   QQ群:36941957  客服QQ:151483161  粵ICP备05134415号