<div class="htmlarea"> <textarea id="runcode21485"> <div style="width:200px;height:150px;overflow:hidden" onmouseover="try{clearTimeout(timer1)}catch(e){;}" onmouseout="timer1=setInterval('newsScroll()',10)"> <table cellspacing="0" cellpadding="5" bgcolor="#F8F8F8" style="position:relative;top:0px;width:200px;table-layout:fixed" id="news"> <tbody> <tr> <td valign="top" height="150"> <b>新闻一</b> 我是打头的 我向上运动 我向上运动 我向上运动 </td> </tr> <tr> <td valign="top" height="150"> <b>新闻二</b> 我是打头的 我向上运动 我向上运动 我向上运动 </td> </tr> <tr> <td valign="top" height="150"> <b>新闻三</b> 我是打头的 我向上运动 我向上运动 </td> </tr> </tbody> <script language="javascript"> //重复一次新闻内容 document.write(news.tBodies[0].innercode) </script> </table> </div> <script language="javascript"> //实现不间断滚动 function newsScroll() { news.style.pixelTop=(news.style.pixelTop-1)%(news.clientHeight/2); } timer1=setInterval('newsScroll()',10) //更改第二个参数可以改变速度,值越小,速度越快。 </script> </textarea><br><input onclick="runEx('runcode21485')" type="button" value="运行代码"> <input onclick="doCopy('runcode21485')" type="button" value="复制代码"> <input onclick="doSave(runcode21485)" type="button" value="保存代码">[Ctrl+A 全选 注:<a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">如需引入外部Js需刷新才能执行</a>]</div>