滚动最新消息代码

  1. <styletype="text/css">
  2. td{font-size:12px;}
  3. </style>
  4. <tablewidth="400"border="0"align="center"cellpadding="0"cellspacing="0">
  5. <tr>
  6. <tdwidth="15"valign="top"><imgsrc="images/news.gif"alt=""width="11"height="11"/></td>
  7. <tdwidth="64">消息:</td>
  8. <tdwidth="321"><script>
  9. varmarqueeContent=newArray();//滚动主题
  10. marqueeContent[0]='<ahref="http://www.chinaz.com/"target="_blank">+显而易见,最高的效率就是对现有材料的最佳利用!</a>';
  11. marqueeContent[1]='<ahref="http://www.chinaz.com/"target="_blank">+显而易见,最高的效率就是对现有材料的最佳利用。</a>';
  12. marqueeContent[2]='<ahref="http://www.chinaz.com/"target="_blank">+自己能解决的事,别花钱,花钱能解决的事,别求人。</a>';
  13. marqueeContent[3]='<ahref="http://www.chinaz.com/"target="_blank">+旅行是需要一种心情,更重要的是,需要一种冲动。</a>';
  14. marqueeContent[4]='<ahref="http://www.chinaz.com/"target="_blank">+随时用零碎的时间(如等人、排队等)做零碎的事情。</a>';
  15. varmarqueeInterval=newArray();//定义一些常用而且要经常用到的变量
  16. varmarqueeId=0;
  17. varmarqueeDelay=4000;
  18. varmarqueeHeight=15;
  19. functioninitMarquee(){
  20. varstr=marqueeContent[0];
  21. document.write('<divid=marqueeBoxstyle="overflow:hidden;height:'+marqueeHeight+'px"onmouseover="clearInterval(marqueeInterval[0])"onmouseout="marqueeInterval[0]=setInterval(\'startMarquee()\',marqueeDelay)"><div>'+str+'</div></div>');
  22. marqueeId++;
  23. marqueeInterval[0]=setInterval("startMarquee()",marqueeDelay);
  24. }
  25. functionstartMarquee(){
  26. varstr=marqueeContent[marqueeId];
  27. marqueeId++;
  28. if(marqueeId>=marqueeContent.length)marqueeId=0;
  29. if(marqueeBox.childNodes.length==1){
  30. varnextLine=document.createElement('DIV');
  31. nextLine.innerHTML=str;
  32. marqueeBox.appendChild(nextLine);
  33. }
  34. else{
  35. marqueeBox.childNodes[0].innerHTML=str;
  36. marqueeBox.appendChild(marqueeBox.childNodes[0]);
  37. marqueeBox.scrollTop=0;
  38. }
  39. clearInterval(marqueeInterval[1]);
  40. marqueeInterval[1]=setInterval("scrollMarquee()",10);
  41. }
  42. functionscrollMarquee(){
  43. marqueeBox.scrollTop++;
  44. if(marqueeBox.scrollTop%marqueeHeight==marqueeHeight){
  45. clearInterval(marqueeInterval[1]);
  46. }
  47. }
  48. initMarquee();
  49. </script></td>
  50. </tr>
  51. </table>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值