基於走馬燈的滾動公告效果,鼠標放上后停止,移走時繼續滾動,特點是代碼簡單,使用方便,位置及大小調整都比較容易,可以由你的程序自動讀取公告內容,可作為廣告代碼。
代碼如下:
<title>滾動公告</title>
<div align=center><b>滾動公告</b></div>
<table cellspacing=0 cellpadding=1 width="100%" border=0>
<tr><th bgcolor=#CCCCCC><marquee direction=up height=120 width=260 id=m onmouseout=m.start() onMouseOver=m.stop() scrollamount=2 align="center">
<p><a href="http:" target="_blank">祝大家馬年大吉!</a>
<p>2009,祝大家事業有成!</p>
<p>大家看見了嗎</p>
<p>愛在哪里?</p>
<p>愛在這里</p>
<p>大家把這里改成自己需要的內容</p>
</marquee></th>
</tr>
</table>