贴子标题发光显示+滚动显示(6.0.1UC)  

不指定
时间: 2008/03/02 19:27 | 作者: 小铭铭
修改templates\default\viewthread.htm

查找:

  
          <!--{if $post['subject']}-->
              <h2>$post[subject]</h2>
            <!--{/if}-->


替换成:


<marquee  style="color:blue; height="15" direction="right" behavior="alternate" scrollamount="3" scrolldelay="88" >
       <!--{if $post['subject']}-->
                <h2>$post[subject]</h2>
        </font><!--{/if}-->
</marquee>
| DZ-插件 | 引用(0) | 评论(0) | 阅读(381)