上下左右滾動文字代碼
字滾動代碼
|
<marquee onmouseover=this.stop() onmouseout=this.start() >鼠標放上去停止?jié)L動,移開繼續(xù)滾動。</marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1、來回滾動
<marquee behavior=" alternate "><font color=red>文字來回滾動 </marquee >
實際效果:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2、向一邊滾動
<marquee><font color=#顏色代碼>文字向一邊滾動 </marquee >
實際效果:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3、走走停停
<marquee scrolldelay=500 scrollamount=100>文字走走停停 </marquee>
實際效果:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4、只走幾趟(以3趟為例)
<marquee loop=3 width=50% behavior=scroll >文字只走3趟 </marquee>
實際效果:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5、選定滾動方向
,marquee direction=left> 文字自右向左移 </marquee>
實際效果:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=right >文字自左向右移 </marquee>
實際效果:
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee scrollamount=8>
文字很快滾。
</marquee>
文字很快滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee scrollamount=1>
文字很慢滾。
</marquee>
文字很慢滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee onmouseover=this.stop() onmouseout=this.start() >
鼠標放上去停止?jié)L動,移開繼續(xù)滾動。
</marquee>
鼠標放上去停止?jié)L動,移開繼續(xù)滾動。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=left scrollamount=3>
文字向左滾。
</marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=left scrollamount=3>
文字向左滾。
</marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=left scrollamount=3>
文字向左滾。
</marquee>
文字向左滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=right scrollamount=3>
文字向右滾。
</marquee>
文字向右滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=up scrollamount=3>
文字向上滾。
</marquee>
文字向上滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=down scrollamount=3>
文字向下滾。
</marquee>
文字向下滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee scrollamount=3 behavior=alternate>
文字來回滾。
</marquee>
文字來回滾。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee scrolldelay=500 scrollamount=100>走一步,停一停!</marquee>
走一步,停一停!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee bgcolor=aaaaee>設置底色的文字</marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
文字向上移動代碼:
<*marquee scrollamount=2 direction=up><*font color=#00000 size=4>歡迎您<*/font><*/marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
文字向下移動代碼:
<*marquee scrollamount=2 direction=down><*font color=#02595 size=4>歡迎您<*/font><*/marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
文字向左移動代碼:
<*marquee scrollamount=2 direction=LEFT><*font color=#00000 size=4>歡迎您<*/font><*/marquee>
文字向右移動代碼:
<*marquee scrollamount=2 direction=RIGHT><*font color=#00000 size=4>歡迎您<*/font><*/marquee>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<marquee direction=left scrollamount=3>
文字向左滾。
</marquee>
|