html自动弹出公告代码
滚动公告代码
基于⾛马灯的滚动公告效果,⿏标放上后停⽌,移⾛时继续滚动,特点是代码简单,使⽤⽅便,位置及⼤⼩调整都⽐较容易,可以由你的程序⾃动读取公告内容,可作为⼴告代码。
代码如下:
<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>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。