怎么做网页滚动公告
我想做一个公告栏,大概是这样的:一个正方形的框架,从中间分开,下边是横着移动的图片,上边的左边部分做一个不动的图片,右边是向下移动的重复播放的文字公告。哪位高手帮帮小弟,...
我想做一个公告栏,大概是这样的:一个正方形的框架,从中间分开,下边是横着移动的图片,上边的左边部分做一个不动的图片,右边是向下移动的重复播放的文字公告。哪位高手帮帮小弟,帮忙编辑个HTML源码,小弟不胜感激。
展开
展开全部
这个你试一下:把“#”改成图片位置就行了
<table align="center" width="600" height="600" border="0" cellpadding="0" cellspacing="0">
<tr height="300">
<td width="300"><img src="#" height="300" width="300" />
</td>
<td>
<marquee onmouseout="this.start()" onmouseover="this.stop()" behavior="scroll" direction="up" scrollamount="2">
公告:1、…………<br />
公告:2、…………
</marquee>
</td>
</tr>
<tr>
<td colspan="2">
<marquee onmouseout="this.start()" onmouseover="this.stop()" behavior="scroll" direction="left" scrollamount="5">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
</tr>
</table>
</marquee>
</td>
</tr>
</table>
<table align="center" width="600" height="600" border="0" cellpadding="0" cellspacing="0">
<tr height="300">
<td width="300"><img src="#" height="300" width="300" />
</td>
<td>
<marquee onmouseout="this.start()" onmouseover="this.stop()" behavior="scroll" direction="up" scrollamount="2">
公告:1、…………<br />
公告:2、…………
</marquee>
</td>
</tr>
<tr>
<td colspan="2">
<marquee onmouseout="this.start()" onmouseover="this.stop()" behavior="scroll" direction="left" scrollamount="5">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
<td><img src="#" height="300" width="300" />
</td>
</tr>
</table>
</marquee>
</td>
</tr>
</table>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询