||HACK: 滚动论坛公告
||适合版本: Discuz5.0/5.5
||原作者: MaRcO
||性质: 优化修改
||安装: 易
||演示:
http://sinlung.3forum.hk/index.php
版权声明 : 容许转贴,但必须写下以上所有,完整转贴!
discuz.htm 模板
找 :
复制内容到剪贴板
代码:
<!--{if !empty($announcements)}-->
<div id="announcement" style="clear: both; width: {TABLEWIDTH}">$announcements</div>
<script type="text/javascript">announcement();</script>
<!--{/if}-->~覆盖~复制内容到剪贴板
代码:
<table border="0" cellpadding="5" cellspacing="0" width="100%"align=center>
<tr><td><img src="图片地址"></img> <b><font color=red>论坛公告: </font></b></td><td width=90%>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" align="right"><span class="smalltxt">滚动方向 [</span>
<font face="webdings" onMouseOver="if(document.all.lmforum.direction == 'left')document.all.lmforum.scrollAmount=6;" onMouseOut="document.all.lmforum.scrollAmount=4;"
onMouseUp="document.all.lmforum.scrollAmount=12;"onMouseDown="document.all.lmforum.direction='left';document.all.lmforum.scrollAmount=10;">
<span style="cursor:pointer;cursor:hand" title="向左滚动">7</span></font>
<font face="webdings" onClick="stop=0;document.all.lmforum.start();"><span style="cursor:pointer;cursor:hand" title="开始">4</span></font>
<font face="webdings" onClick="stop=1;document.all.lmforum.stop();"><span style="cursor:pointer;cursor:hand" title="暂停"><</span></font>
<font face="webdings" onMouseOver="if(document.all.lmforum.direction == 'right') document.all.lmforum.scrollAmount=6;"onMouseOut="document.all.lmforum.scrollAmount=4;"
onMouseUp="document.all.lmforum.scrollAmount=12;" onMouseDown="document.all.lmforum.direction='right';document.all.lmforum.scrollAmount=10;">
<span style="cursor:pointer;cursor:hand" title="向右滚动">8</font><span class="smalltxt"> ] </span></td></tr>
<tr>
<tbody>
<td clospan="2" width="100%" valign="middle">
<marquee scrollamount=5 name="lmforum" id="lmforum" onmouseover="document.all.lmforum.stop();" onmouseout="document.all.lmforum.start();">
<a href="announcement.php?id=15&sid=mTuOdspY#15"><span class="bold">$announcements</a></span></marquee>
</td></tr></table></tbody>
</td></tr></table>~或加在首页任何位置~