热门标签:   个人网站   个人网页   WAP网站   网页特效   网页教程   收藏本站   设为主页  
首 页   个人网站   个人博客   WAP网站   网页特效   网页教程   软件教程   我要参展
帐 号: 密 码:
 
网站及资源搜索:  
 
  当前位置 > 中国个人网页秀-> 网页特效-> 功能代码-> 大幅自动轮换代码
大幅自动轮换代码
整理:Cnwshow.Com   来源:Internet   整理时间:2008-2-20

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>大幅自动轮换代码</title>
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
-->
</style></head>

<body>
<table width="728"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="989"><div id=icefable1>
        <table width="728"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="728" height="60" bgcolor="#0099CC">1</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#00FFCC">2</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#99FF00">3</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#00CCFF">4</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#FF9900">5</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#FFFF33">6</td>
          </tr>
        </table>
        <script>
marqueesHeight=60;
stopscroll=false;
with(icefable1){
  style.width=0;
  style.height=marqueesHeight;
  style.overflowX="visible";
  style.overflowY="hidden";
  noWrap=true;
  onmouseover=new Function("stopscroll=true");
  onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=marqueesHeight; stoptime=0;
  icefable1.innerHTML+=icefable1.innerHTML;
  

function init_srolltext(){
  icefable1.scrollTop=0;
  setInterval("scrollUp()",1);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==marqueesHeight+1)
  {
   stoptime+=1;
   currentTop-=1;
   if(stoptime==300)
   {
   currentTop=0;
   stoptime=0;  
   }
  }
  else {  
  preTop=icefable1.scrollTop;
  icefable1.scrollTop+=1;
  if(preTop==icefable1.scrollTop){
    icefable1.scrollTop=marqueesHeight;
    icefable1.scrollTop+=1;
    
  }
  }

}
init_srolltext();
    </script>
    </div>
</td>
  </tr>
  <tr>
    <td height="145" bgcolor="#0066FF">&nbsp;</td>
  </tr>
</table>
</body>
</html>

运行代码预览特效
  功能代码 热门点击
·横向滚动图片代码
·右下角提示消息广告代码
·页面随意漂浮广告代码
·跟随下拉框的广告代码
·查看指定网址的源文件
·大幅自动轮换代码
·查看网址代码
·交叉分离式广告代码
·带关闭开关的对联广告代码
·向左移动的广告代码
  酷站推荐
关于本站  联系本站  免责声明  使用帮助  网站搜索  网站地图
Copyright © 2005-2008 Cnwshow.Com Inc All Rights Reserved 中国个人网页秀
技术支持:网秀科技   QQ群:36941957  客服QQ:151483161  粵ICP备05134415号