怎么做网页滚动公告

我想做一个公告栏,大概是这样的:一个正方形的框架,从中间分开,下边是横着移动的图片,上边的左边部分做一个不动的图片,右边是向下移动的重复播放的文字公告。哪位高手帮帮小弟,... 我想做一个公告栏,大概是这样的:一个正方形的框架,从中间分开,下边是横着移动的图片,上边的左边部分做一个不动的图片,右边是向下移动的重复播放的文字公告。哪位高手帮帮小弟,帮忙编辑个HTML源码,小弟不胜感激。 展开
 我来答
fangzhi0415
2010-04-29 · 超过13用户采纳过TA的回答
知道答主
回答量:40
采纳率:0%
帮助的人:36.3万
展开全部
这个你试一下:把“#”改成图片位置就行了

<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>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式