TShopping

標題: 公告+廣告結合可停止捲動跑馬燈 [打印本頁]

作者: woff    時間: 2008-9-23 20:37
標題: 公告+廣告結合可停止捲動跑馬燈
1.第一部份插入 HAND 與 /HAND 中間
  1. <script language="JavaScript">
  2. <!--
  3. var ostat = false;
  4. function scrollstop() {
  5. news.scrollAmount = 0;
  6. ostat = true;
  7. }
  8. function scrollplay() {
  9. news.scrollAmount = 5;
  10. ostat = false;
  11. }
  12. function scrolldir() {
  13. mid = screen.width / 2;
  14. mouse = event.x;
  15. if(mouse > mid) {
  16. if(ostat == false) {
  17. speed = (mouse - mid) / 10;
  18. news.scrollAmount = speed;
  19. }
  20. news.direction = "down";
  21. }
  22. else {
  23. if(ostat == false) {
  24. speed = (mid - mouse) / 10;
  25. news.scrollAmount = speed;
  26. }
  27. news.direction = "up";
  28.    }
  29. }
  30. -->
  31. </script>
複製代碼

1.第二部份插入 BODY 與 /BODY 中間
  1. <marquee name=news id=news scrolldelay="5" scrollamount="2" direction="up" width="738" height="80" onmouseover="scrollstop()" onmouseout="scrollplay()" onMouseMove="scrolldir()">



  2. <table border="2" width="733" id="table1" bordercolor="#1C3A77">
  3.         <tr>
  4.                 <td>
  5. <font color="#FF0000" size="4">由於原xoops論壇出現不穩定狀態,故決定尋求更穩定快速的論壇軟體,由20080805起<br>本站開始測試Discuz6.1,舊站請</font></font><font size="4"><a style="FONT-WEIGHT: bold; COLOR: #ff6699" target="_blank" href="http://p5.no-ip.org/xoops2013/index.php">由此連結</a></font>
  6.                 </td>
  7.         </tr>
  8. </table>
  9. <br><br><script type="text/javascript"><!--
  10. google_ad_client = "pub-2850225043597831";
  11. /* 728x90, 已建立 2008/5/17 */
  12. google_ad_slot = "3809147423";
  13. google_ad_width = 728;
  14. google_ad_height = 90;
  15. //-->
  16. </script>
  17. <script type="text/javascript"
  18. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  19. </script>


  20. </marquee>
複製代碼





歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2