在dreamweaver中添加图片怎样做走马灯的效果? 5
<marquee><tr><tdwidth="134"height="118"><divalign="center"><imgsrc="picture/玻璃茶壶.jpg"...
<marquee>
<tr>
<td width="134" height="118"><div align="center"><img src="picture/玻璃茶壶.jpg" width="114" height="94" /></div></td>
<td width="159"><div align="center"><img src="picture/黑瓷茶具.jpg" width="114" height="96" /></div></td>
<td width="172"><div align="center"><img src="picture/瓷质茶具.jpg" width="117" height="92" /></div></td>
<td width="175"><div align="center"><img src="picture/瓷质茶壶.jpg" width="114" height="94" /></div></td>
<td width="154"><div align="center"><img src="picture/未命名-1.jpg" width="115" height="91" /></div></td>
<td width="145"><div align="center"><img src="picture/chahu2.jpg" width="114" height="93" /></div></td>
</tr>
</marquee>让上面的图片有走马灯的效果如何弄?怎样添加代码? 展开
<tr>
<td width="134" height="118"><div align="center"><img src="picture/玻璃茶壶.jpg" width="114" height="94" /></div></td>
<td width="159"><div align="center"><img src="picture/黑瓷茶具.jpg" width="114" height="96" /></div></td>
<td width="172"><div align="center"><img src="picture/瓷质茶具.jpg" width="117" height="92" /></div></td>
<td width="175"><div align="center"><img src="picture/瓷质茶壶.jpg" width="114" height="94" /></div></td>
<td width="154"><div align="center"><img src="picture/未命名-1.jpg" width="115" height="91" /></div></td>
<td width="145"><div align="center"><img src="picture/chahu2.jpg" width="114" height="93" /></div></td>
</tr>
</marquee>让上面的图片有走马灯的效果如何弄?怎样添加代码? 展开
2个回答
展开全部
<marquee direction="left" onmouseover=this.stop() onmouseout=this.start()>
<img src="../Documents/test/1.jpg" width="200" height="200" />
<img src="../Documents/test/1.jpg" width="200" height="200" />
<img src="../Documents/test/1.jpg" width="200" height="200" />
</marquee>
◎ direction表示滚动的方向,值可以是left,right,up,down,默认为left
◎ onmouseover=this.stop() onmouseout=this.start()表示当鼠标以上区域的时候滚动停止,当鼠标移开的时候又继续滚动。
PS:按照实际的图片地址,图片尺寸进行修改,即可实现走马灯的效果
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询