js跑马灯

<!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=utf-8" />
<title>无标题文档</title>
</head>
<style type="text/css">

body{margin:0px auto; padding:0px;}
ul,li{margin:0px; padding:0px;list-style:none;}
.sqBorder {width:602px; height:64px; padding:0px; border:1px #000000 solid; background:#555555;}
.scroll_div {width:600px; height:62px;margin:0 auto; overflow: hidden; white-space: nowrap; background:#ffffff;}
.scroll_div img {width:120px;height:60px;border: 0;margin: auto 8px; border:1px #efefef solid;}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li{display:inline;}


</style>
<script language="javascript">
function ScrollImgLeft(){
 var speed=20
 var scroll_begin = document.getElementById("scroll_begin");
 var scroll_end = document.getElementById("scroll_end");
 var scroll_div = document.getElementById("scroll_div");
 scroll_end.innerHTML=scroll_begin.innerHTML
 function Marquee(){
 if(scroll_end.offsetWidth-scroll_div.scrollLeft<=0)
 scroll_div.scrollLeft-=scroll_begin.offsetWidth
 else
 scroll_div.scrollLeft++
 }
 var MyMar=setInterval(Marquee,speed)
 scroll_div.οnmοuseοver=function() {clearInterval(MyMar)}
 scroll_div.οnmοuseοut=function() {MyMar=setInterval(Marquee,speed)}
}

</script>
<body>
<h2 align="center">向左滚动</h2>
<div style="text-align:center">
 <div class="sqBorder">
 <!--#####滚动区域#####-->
  <div id="scroll_div" class="scroll_div">
   <div id="scroll_begin">
    <ul>
     <li><a href="http://www.tooball.com.cn/">2222222222</a></li>
     &nbsp;
     <li><a href="http://www.tooball.com.cn/">333333</li>
     &nbsp;
     <li><a href="http://www.tooball.com.cn/">444444</a></li>

                    <li><a href="http://www.tooball.com.cn/">111111111111</a></li>
                   
                    <li><a href="http://www.tooball.com.cn/">5555</a></li>
                   
                    <li><a href="http://www.tooball.com.cn/"><img src="http://www.tooball.com.cn/themes/vancel/images/logo.gif" /></a></li>
                   
                    <li><a href="http://www.tooball.com.cn/"><img src="http://www.tooball.com.cn/themes/vancel/images/logo.gif"/></a></li>

    </ul>
   </div>
   <div id="scroll_end"></div>
  </div>
 <!--#####滚动区域#####-->
    </div>
 <script type="text/javascript">ScrollImgLeft();</script>
</div>
<!--//向左滚动代码结束-->

</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值