如何在网页中加入滚动的图片或文字?
[操作说明] 内容编辑中在想要设置滚动的文字或图片地方插入下面代码即可。[b]左右滚动代码[/b][quote]
<marquee onMouseOver=this.stop(); onMouseOut=this.start(); scrollamount=3 width="100%" height=55>你想要左右滚动的文字或图片代码</marquee>[/quote]
[b]上下滚动代码[/b]
[quote]
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 direction=up width="100%" height=55 align="center">你想要上下滚动的文字或图片代码</marquee>[/quote]
页:
[1]