<strong>1. まず、最も一般的に使用される 2 つの単純なスクロール コードを記述します。</strong> <br>コードは次のとおりです。 <br>水平スクロール: <br><marqueedirection="left" align="bottom" height=" 25" width="100%" onmouseout="this.start()" onmouseover="this.stop()"scrollamount="2" cancellay="1">字幕コンテンツを水平方向にスクロール</marquee> 🎜> 垂直スクロール: <br><marquee Direction="up" height="200" onmouseout="this.start()" onmouseover="this.stop()"scrollAmount="1"scrollDelay="1"> ;垂直スクロール テキスト コンテンツ<BR><BR>2. スムーズで中断のないスクロール<STRONG><BR></STRONG><div class="codetitle">コードをコピーします<span><a style="CURSOR: pointer" data="84698" class="copybut" id="copybut84698" onclick="doCopy('code84698')"><U>コードは次のとおりです。 </U></a> </span><SCRIPT LANGUAGE="JavaScript"> var tm=null <div class="codebody" id="code84698">function newsScroll() { <br>varscrollimg=document.getElementById("scroll ") <br>if(scrollimg.parentNode.scrollTop!=(scrollimg.clientHeight/2)) <br>scrollimg.parentNode.scrollTop ; <br>else <br>scrollimg.parentNode.scrollTop=0 <br>} <br> window.onload=function() { <br>tm=setInterval('newsScroll()',25) <br>} <br>function stop() <br>{ <br>clearInterval(tm) <br> } <br>関数 start() <br>{ <br>tm=setInterval('newsScroll()',25) <br>} <br></SCRIPT> <br>/* stop() start()呼び出し元 ID が同じコンテナ内にある場合は、コンテナの高さを指定する必要があります*/ <br><br> <br><br>3 滞在スクロールがあります </div> <br>コード例: <strong><br></strong> <br> <div class="htmlarea"> <textarea id="runcode79252"> 無題のドキュメント <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title> </title> <style type="text/css"> ul,li{margin:0;padding:0} #scrollDiv{width:300px;height:100px;min-height:25px;line-height:25px;border:#ccc 1px solid;overflow:hidden} #scrollDiv li{height:25px;padding-left:10px;} </style> 瑜</textarea> </div>