[原]滚动的图片或文字(有缝)

<marquee onMouseOver="this.stop()" onMouseOut="this.start()" align="center" direction="up" scrollamount="1" scrolldelay="3" valign="middle" behavior="scroll">
要滚动的文字或图片
</marquee>

自己记录一下.
原文地址:https://www.cnblogs.com/Kennytian/p/1088296.html