你只需要修改代码中宽 width ,高 height direction=up 【上】 UP 上 DOWN 下 LEFT 左 RIGHT 右 就可以随意修改图片的大小和移动方向
<marquee behavior="scroll" direction=up width="120" height="60" scrollamount="1" scrolldelay="60" onmouseover="this.stop()"
onmouseout="this.start()"><a target="cont" href="连接地址"><img src="http://图片地址" width="88" height="33"
border="0"></a></marquee>
这是一个移动的,如果你要多个的话就这样
<marquee behavior="scroll" direction=up width="120" height="60" scrollamount="1" scrolldelay="60" onmouseover="this.stop()"
onmouseout="this.start()"><a target="cont" href="连接地址"><img src="http://图片地址" width="88" height="33"
border="0"></a><a target="cont" href="连接地址"><img src="图片地址" width="88" height="33" border="0"></a></marquee>
对比就看出来了,下面多出段
<a target="cont" href="连接地址"><img src="图片地址" width="88" height="33" border="0"></a>
就这样,你每多一个连接你就多插进去一段!