修改说明:#div1里的高度(72px)即是你需要显示的行数
js里的18即是要滚动的行高;1500即是每次滚动所需要的时间,越大则速度越慢!
a {
display:block;
line-height:18px;
text-decoration:none;
color:#f00;
font-family:Arial;
font-size:12px;
}
a:hover {
text-decoration:underline;
}
.shell {
width:500px;
}
#div1 {
height:72px;
overflow:hidden;
}
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3