- <styletype="text/css">
- td{font-size:12px;}
- </style>
- <tablewidth="400"border="0"align="center"cellpadding="0"cellspacing="0">
- <tr>
- <tdwidth="15"valign="top"><imgsrc="images/news.gif"alt=""width="11"height="11"/></td>
- <tdwidth="64">消息:</td>
- <tdwidth="321"><script>
- varmarqueeContent=newArray();//滚动主题
- marqueeContent[0]='<ahref="http://www.chinaz.com/"target="_blank">+显而易见,最高的效率就是对现有材料的最佳利用!</a>';
- marqueeContent[1]='<ahref="http://www.chinaz.com/"target="_blank">+显而易见,最高的效率就是对现有材料的最佳利用。</a>';
- marqueeContent[2]='<ahref="http://www.chinaz.com/"target="_blank">+自己能解决的事,别花钱,花钱能解决的事,别求人。</a>';
- marqueeContent[3]='<ahref="http://www.chinaz.com/"target="_blank">+旅行是需要一种心情,更重要的是,需要一种冲动。</a>';
- marqueeContent[4]='<ahref="http://www.chinaz.com/"target="_blank">+随时用零碎的时间(如等人、排队等)做零碎的事情。</a>';
- varmarqueeInterval=newArray();//定义一些常用而且要经常用到的变量
- varmarqueeId=0;
- varmarqueeDelay=4000;
- varmarqueeHeight=15;
- functioninitMarquee(){
- varstr=marqueeContent[0];
- document.write('<divid=marqueeBoxstyle="overflow:hidden;height:'+marqueeHeight+'px"onmouseover="clearInterval(marqueeInterval[0])"onmouseout="marqueeInterval[0]=setInterval(\'startMarquee()\',marqueeDelay)"><div>'+str+'</div></div>');
- marqueeId++;
- marqueeInterval[0]=setInterval("startMarquee()",marqueeDelay);
- }
- functionstartMarquee(){
- varstr=marqueeContent[marqueeId];
- marqueeId++;
- if(marqueeId>=marqueeContent.length)marqueeId=0;
- if(marqueeBox.childNodes.length==1){
- varnextLine=document.createElement('DIV');
- nextLine.innerHTML=str;
- marqueeBox.appendChild(nextLine);
- }
- else{
- marqueeBox.childNodes[0].innerHTML=str;
- marqueeBox.appendChild(marqueeBox.childNodes[0]);
- marqueeBox.scrollTop=0;
- }
- clearInterval(marqueeInterval[1]);
- marqueeInterval[1]=setInterval("scrollMarquee()",10);
- }
- functionscrollMarquee(){
- marqueeBox.scrollTop++;
- if(marqueeBox.scrollTop%marqueeHeight==marqueeHeight){
- clearInterval(marqueeInterval[1]);
- }
- }
- initMarquee();
- </script></td>
- </tr>
- </table>
滚动最新消息代码
最新推荐文章于 2021-03-19 07:16:43 发布