<!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>
<style type="text/css">
<!--
.apDiv1 {
position:relative;
width:auto;
height:92px;
z-index:1;
float: left;
}
.apDiv2 {
position:relative;
width:auto;
height:90px;
z-index:1;
float: left;
background-color: #9999FF;
}
.apDiv3{
position:absolute;
width:240px;
height:92px;
z-index:1;
overflow: hidden;
}
-->
</style>
<script language="javascript" type="type/javascript">
debugger;
function onLoadDiv()
{
apDiv2.innerHTML=apDiv1.innerHTML;
}

function gundong()
{
apDiv3.scrollRight++;
if(apDiv2.offsetRight-apDiv3.scrollRight<0)
{
apDiv3.scrollRight=0;
}
}
setInterval("gundong()",100);
</script>
</head><body>
<div id="apDiv3" class="apDiv3">
   <div id="apDiv1" class="apDiv1">
      <table>
     <tr>
                         <td><img src="8080/one1.png" /></td>
                         <td><img src="8080/one2.png" /></td>
                         <td><img src="8080/Snap3.png" /></td>
                            <td><img src="8080/Snap4.png" /></td>
                         <td><img src="8080/Snap6.png" /></td>
                      </tr>
                     </table>
    </div>
    
<div id="apDiv2" class="apDiv2">
</div>
</div>
</body>
</html>无缝滚动动不了,请大家复制代码试试看……拜托了!