[問題] 請問一下我跑馬燈是上下跑不是左右跑.該如何改?? (已

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
smartpig
星球公民
星球公民
文章: 57
註冊時間: 2005-05-16 14:22

[問題] 請問一下我跑馬燈是上下跑不是左右跑.該如何改?? (已

文章 smartpig »

附上在系統控制台-基本組態-論壇公告 直接key in下面語法
<script language="JavaScript">
<!--
var index = 1
text = new Array(2);
text[0] ='<a href="http://localhost/phpbb2/login.php" style="filter: glow(color=blue,strength=8); height:6px; color:yellow; padding:1px">歡迎光臨,SmartPig 資訊交流討論區.</a>'
text[1] =''
text[2] =''
text[3] =''
text[4] =''
text[5] =''
text[6] =''
text[7] =''
text[8] =''
text[9] =''
text[10] =''
text[11] =''
document.write ("<marquee scrollamount='3' scrolldelay='75' direction= 'up' width='1180' id=xiaoqing height='45' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>");
for (i=0;i<index;i++){
document.write (text + "</font></A><br>");
}
document.write ("</marquee>")
// -->
</script>

高手請幫幫要改那邊能成為左右跑.而不是上下跑..
●架設主機作業系統:Windows xp pro sp3
●快速架站程式:Appserv v2.4.1
●免費空間連結:架在本電腦上
●我的上網方式:ADSL 固定 IP ,Hinet 8M/640K
●我安裝的程式:Apache + php + MySql
●我的 phpBB2 版本:phpBB 2.0.15
●我的 phpBB2 連結網址: http://220.135.86.146/
●我安裝過的外掛:5top
●我使用的風格:subsilver
最後由 smartpig 於 2005-05-19 01:36 編輯,總共編輯了 1 次。
小西
竹貓忠實會員
竹貓忠實會員
文章: 460
註冊時間: 2004-11-19 22:29
來自: 超可愛聲音

文章 小西 »

direction= 'up' 改成direction= 'left'或者你想要改direction= 'right'也行
ACG自唱:分貝網存放區 (192kbps) ;NICO存放區 (320kbps)
smartpig
星球公民
星球公民
文章: 57
註冊時間: 2005-05-16 14:22

文章 smartpig »

小西 寫:direction= 'up' 改成direction= 'left'或者你想要改direction= 'right'也行
謝謝大人出手相助.感溫啦.
主題已鎖定

回到「外掛問題討論」