图片滚动框

<marquee 
onmouseover=this.stop(); onmouseout=this.start(); //鼠标移上去会停止
direction=left //运动的方向
scrollamount=4
height=9
scrolldelay=0
width=640>
<a href="...html">//可以在图片上添加链接
<img src="...jpg"  border="0">//图片的地址
</a>

//以下图片同理
<a href="...html">
<img src="...gif"  border="0">
</a><img src="image/z (2).jpg" width="120" height="162" border="0" align="top" /></a>    
</marquee>


紫色头发:http://zisetoufa.iteye.com/

你可能感兴趣的:(图片滚动)