- 1.你可曾有过无数的梦想,
- 2.却在时光的流逝里幻灭
- 3.你可曾对未来期待憧憬,
- 4.却在成长的岁月中迷失
- 5.CSDN中国程序员论坛
- 6.大家一起来
- 7.好象都很不错的样子
<script> <BR>var t=setInterval(myfunc,1000); <BR>var oBox=document.getElementById("ScrollBox"); <BR>function myfunc(){ <BR>var o=oBox.firstChild <BR>oBox.removeChild(o) <BR>oBox.appendChild(o) <BR>} <BR>oBox.onmouseover=function(){clearInterval(t)} <BR>oBox.onmouseout=function(){t=setInterval(myfunc,1000)} <BR></script>
getElementsByClassName 的DOM方法