图片横向不间断滚动代码(div+css)

代码如下:

 

ContractedBlock.gif ExpandedBlockStart.gif Code
<!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>无标题文档</title>
<style type="text/css">
.scroll_div {
width:660px;
height:146px;
margin:
0 auto;
overflow: hidden;
white
-space: nowrap;
background:#ffffff;
margin
-left:-6px;
}
.scroll_div img {
width:128px;
height:140px;
border: 
0;
margin: auto 2px;
border:3px #ccc solid;
}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li {
display:inline;
}
/*设置ul和li横排*/
</style>
</head>
<body>
<script type="text/javascript">
function ScrollImgLeft(){
var speed
=5
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.onmouseover
=function() {clearInterval(MyMar)}
scroll_div.onmouseout
=function() {MyMar=setInterval(Marquee,speed)}
}
</script>
    
<!--#####滚动区域#####-->
    
<div id="scroll_div" class="scroll_div">
      
<div id="scroll_begin">
        
<ul>
          
<li><a href="ProductShow.asp?ID=206"><img src="UploadFiles/200921692111365.jpg" width="120" height="131"></a></li>
          
<li><a href="ProductShow.asp?ID=211"><img src="UploadFiles/2009225101047489.gif" width="120" height="131"></a></li>
          
<li><a href="ProductShow.asp?ID=213"><img src="UploadFiles/200952283052318.jpg" width="120" height="131"></a></li>
          
<li><a href="ProductShow.asp?ID=221"><img src="UploadFiles/20092169268614.jpg" width="120" height="131"></a></li>
          
<li><a href="ProductShow.asp?ID=202"><img src="UploadFiles/200911713445816.jpg" width="120" height="131"></a></li>
        
        
</ul>
      
</div>
      
<div id="scroll_end"></div>
    
</div>
    
<!--#####滚动区域#####-->
<script type="text/javascript">ScrollImgLeft();</script>
<!--//向左滚动代码结束-->
</body>
</html> 

 

转载于:https://www.cnblogs.com/ginowang42/archive/2009/10/20/1586714.html

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值