岩雀ew还是we:求助!高手帮我看一下!

来源:百度文库 编辑:高校问答 时间:2024/05/05 21:56:01
我这里有一段代码:
<MARQUEE align=center behavior=alternate onmouseout=this.start() onmouseover=this.stop() scrollAmount=4 width="770" border="0" style="border-style:dotted; border-width:0px; color: #8CCF9C" height="100">

是一个能图片滚动的特效!但它是横着显示的.我想让他能竖着显示,请各位帮帮忙!
先谢谢小迷糊了
可我的代码中没有你的意思是让我在加上一点控制滚动方向的吗?

嗯,自己插入
<marquee dirction="up"> 这样的话是向上滚动

behavior=alternate 是交替
onmouseout=this.start() onmouseover=this.stop()
是鼠标上去后停止移动,离开后继续移动
scrollAmount=4 是控制速度的
还有一个参数
scrolldelay=xxx 是控制延迟的

direction=? 表示的是移动的方向如:?= left / right