拖停告示板~
固定背景可按停告示板
不放背景圖會是透明
<table style="border:2px dashed white;"><tr>
<td background="圖片網址">
<marquee id=scroller style="background-repeat: repeat; background-attachment: scroll; padding:10px" scrollAmount=1 direction=up width=220 height=100>
<center><font size=3 color=blue>
此處是打字的地方
</marquee>
<tr><td style="border:2px dashed white;" background="圖片網址">
<center><a href="javascript:scroller.start()"><font color=white size=2>開始</font></a> <a href="javascript:scroller.stop()"><font color=white size=2>停止</font></a>
</td></tr></table>
|