<%@pagelanguage="java"import="java.util.*"pageEncoding="UTF-8"%>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<title>图片滚动</title>
</head>
<body>
<styletype="text/css">
<!--
#demo{
background:#FFF;
overflow:hidden;
border:1pxdashed#CCC;
width:1000px;
}
#demoimg{
border:10pxsolid#F2F2F2;
}
#indemo{
float:left;
width:800%;
}
#demo1{
float:left;
}
#demo2{
float:left;
}
-->
</style>
<divid="demo">
<divid="indemo">
<divid="demo1">
<ahref="#"><imgsrc="images/小美景1.jpg"border="0"/>
</a>
<ahref="#"><imgsrc="images/小美景2.jpg"border="0"/>
</a>
<ahref="#"><imgsrc="images/小美景3.jpg"border="0"/>
</a>
<ahref="#"><imgsrc="images/小美景4.jpg"border="0"/>
</a>
<ahref="#"><imgsrc="images/小美女4.jpg"border="0"/>
</a>
<ahref="#"><imgsrc="images/小美女2.jpg"border="0"/>
</a>
</div>
<divid="demo2"></div>
</div>
</div>
<script>
varspeed=50;
vartab=document.getElementById("demo");
vartab1=document.getElementById("demo1");
vartab2=document.getElementById("demo2");
tab2.innerHTML=tab1.innerHTML;
functionMarquee(){
if(tab2.offsetWidth-tab.scrollLeft<=0)
tab.scrollLeft-=tab1.offsetWidth
else{
tab.scrollLeft++;
}
}
varMyMar=setInterval(Marquee,speed);
tab.onmouseover=function(){clearInterval(MyMar)};
tab.onmouseout=function(){MyMar=setInterval(Marquee,speed)};
</script>
</body>
</html>