如何实现图片不间断向上滚动?
代码如下:
<marquee scrollamount="2" scrolldelay="100" direction=up onmouseout=this.start() onmouseover=this.stop() height=380>
<table width="125" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#006699">
<tr>
<td width="125" height="38"><div align="center"><img src="images/youqing-1.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-2.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-3.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-4.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-5.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-6.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-7.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-8.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"><img src="images/youqing-9.gif" width="125" height="38"></div></td>
</tr>
<tr>
<td width="125" height="38"> <div align="center"> <img src="images/youqing-10.gif" width="125" height="38"></div></td>
</tr>
</table>
</marquee>
还有,如何实现table细线边框及其颜色的设置?