向上移动
<marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start()><center><img src=图片地址 width=50 height=60></center></marquee>
向下移动
<marquee direction=down scrollamount=3><center><img src=图片地址 width=50 height=60></marquee>
来回移动
<marquee width=100% behavior=alternate scrollamount=5 ><img src=图片地址 width=50 height=60></marquee>
向下起伏移动
<marquee direction=left><marquee behavior=alternate direction=up height=100><img src=图片1width=50 height=60><img src=图片2width=50 height=60></marquee></marquee>
向左移动
<marquee><img src=图片地址 width=50 height=60></marquee>
向右移动
<marquee direction=right><img src=图片地址 width=50 height =60></marquee>
左右移动图片
<MARQUEE scrollAmount=3 scrollDelay=30 behavior=alternate width="100%" height=128><IMG height=128 src=图片1 width=128 border="0"></A><A><IMG height=128 src=图片2 width=128 border=0></A> <A><IMG height=128 src=图片3 width=128 border=0></A> <A><IMG height=128 src=图片4 width=128 border=0></A> <A><IMG height=128 src="图片5 width=128 border=0></A> <A><IMG height=128 src=图片6 width=128 border=0></A> <A><IMG height=128 src=图片7 width=128 border=0></A> <A><IMG height=128 src=图片8 width=128 border=0></A> <IMG height=128 src=图片9 width=128 border=0></A></MARQUEE>
中间向两边
<center><marquee width=270 height=60><img src=图片1 width=50 height=60></marquee><marquee direction=right width=270 height=60><img src=图片2 width=50 height=60></marquee></center>