java公告栏js资源_javascript公告栏跑马灯效果代码
51前端ul{list-style:none;margin:0px;padding:0px;width:1500px;float:left;}ul li{height:25px;line-height:25px;font-size:12px;float:left;width:300px;margin:0px;padding:0px;}#wrap{width:3000px;}#scroll{widt
ul{
list-style:none;
margin:0px;
padding:0px;
width:1500px;
float:left;
}
ul li{
height:25px;
line-height:25px;
font-size:12px;
float:left;
width:300px;
margin:0px;
padding:0px;
}
#wrap{
width:3000px;
}
#scroll{
width:300px;
overflow:scroll;
}
window.onload=function(){
var speend=10;
document.getElementById("copy").innerHTML=document.getElementById("list").innerHTML;
function done(){
if(document.getElementById("list").offsetWidth-document.getElementById("scroll").scrollLeft<=0){
document.getElementById("scroll").scrollLeft-=document.getElementById("list").offsetWidth;
}
else{
document.getElementById("scroll").scrollLeft++;
}
}
var flag=setInterval(done,speend);
document.getElementById("scroll").onmouseover=function(){clearInterval(flag)}
document.getElementById("scroll").onmouseout=function(){flag=setInterval(done,speend);}
}
- 大家好,欢迎来到51前端
- div+css教程
- 希望明天会更好,因为我们奋斗了
- 春天是生机勃勃的,一切充满希望。
- 时间不会因为我们的懒惰而停止
更多推荐

所有评论(0)