首页-
代码
2013-06-22 03:15:16 -0400
★滚动文字图片代码★
请勿抄袭本页面
<marquee direction="up" behavior="scroll" loop="100" scrollamount="5" scrolldelay="0" align="top" bgcolor="gray" height="300" width="80%" hspace="20" vspace="10" onmouseover="this.stop()" onmouseout="this.start()">此处输入滚动内容</marquee>
①direction:滚动的方向,left,right,up,down
②behavior:滚动的方式,scroll:连续滚动 slide:滑动一次 alternate;往返滚动
③loop:循环次数,正整数,默认为无限循环
④scrollamount:运动速度,正整数,默认为6
⑤scrolldelay:停顿时间,值是正整数,默认为0,单位似乎是毫秒
⑥align:元素的垂直对齐方式,top,middle,bottom,默认为middle
⑦bgcolor:运动区域的背景色
⑧height、width:运动区域的高度和宽度
⑨hspace、vspace:元素到区域边界的水平距离和垂直距离
⑩onmouseover=this.stop() onmouseout=this.start():当鼠标以上区域的时候滚动停止,当鼠标移开的时候又继续滚动。
[代码仅供参考,不能复制请留言]
----Comments(4)----
I'M 合合 (@hlj) |
@ at 2013-07-20 23:03:
谢谢了
小孩 (@luchaorong) |
@ at 2013-07-10 09:13:
好东西
赵海波 (@zhb) |
@ at 2013-06-22 04:49:
谢谢分享!
赵海波 (@zhb) |
@ at 2013-06-22 04:33:
好
Subscribe |
Register |
Login
| N