免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
本帖最後由 无界 於 2016-3-23 16:23 編輯

回復 1# 繽紛色彩

编辑discuz.htm模板

找到
  1. $_DCACHE['forumlinks'][2]
複製代碼
改为
  1. <marquee direction=left scrollamount=6 onmouseover="this.stop()" onmouseout="this.start()">
  2. $_DCACHE['forumlinks'][2]
  3. </marquee>
複製代碼
顺便介绍几种跑马灯效果
  1. <marquee behavior=alternate>表示双向移动</marquee>
  2. <marquee direction=right>表示运动方向向右</marquee>
  3. <marquee scrollamount="50">数值越大运动越快</marquee>
複製代碼
2

評分人數

TOP

返回列表