网页图片滚动的问题,在线等

来源:百度知道 编辑:UC知道 时间:2024/05/22 05:34:09
问一个有关网页图片滚动的问题,代码如下:
</table><marquee direction="right" scrollamount="3" loop="-1" onmouseover="this.stop()" onmouseout="this.start()" height="138" width="1000">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="tupian/rm_4.jpg" width="160" height="138" /><img src="tupian/rm_1.jpg" width="160" height="138" /><img src="tupian/rm_2.jpg" width="160" height="138" /><img src="tupian/rm_3.jpg" width="160" height="138" /><img src="tupian/rm_6.jpg" width="160" height="138" /><img src="tupian/rm_12.jpg" width="160" height="138" /></td>
</tr>

你试试在你的<marquee>前加:<div style="margin-left:200px;">,然后在</marquee>后加</div>
你这种问题怎么都能解决的。
不知道你上面的<table>是怎么布局的,所以你先这么试试。不行再HI我。

<marquee direction="right" scrollamount="3" loop="-1" onmouseover="this.stop()" onmouseout="this.start()" height="138" width="1000">
其中: direction="right" , ="up" ="down" , ="left"为四个方向.
不过你问的可能不是这个.

可能要写javascript了.会吗?