一、从右向左移
代码
<marquee direction=left>需要移动的文字</marquee>
二、从左向右移
代码
<marquee direction=right>需要移动的文字</marquee>
三、一圈一圈绕着移动
代码
<marquee behavior=scroll>需要移动的文字</marquee>
四、只移动三次就停了
代码
<marquee loop=3 behavior=slide>需要移动的文字</marquee>
五、移一步,停一停
代码
<marquee scrolldelay=500 scrollamount=100>需要移动的文字</marquee>
六、左右来回移动
代码
marquee marquee<marquee behavior=alternate>需要移动的文字</marquee>
[fly]需要移动的文字[/fly]
七、忽隐忽现移动
代码
<marquee behavior="alternate"><marquee width="150" direction=right>需要移动的文字</marquee>
八、从下向上移动
代码
<marquee direction=up><div align="center">需要移动的文字</div></marquee>
九 、从上向下移动
代码
<marquee direction=down><div align="center">需要移动的文字</div></marquee>
十、垂直往复移动
<marquee direction=up behavior=alternate><div align="center">需要移动的文字</font></div></marquee>
十一、从左上向右下移动
代码
<marquee direction=right><marquee width=216 direction=down>需要移动的文字</marquee>
十二、 从右上向左下移动
代码
<marquee direction=left><marquee direction=down>需要移动的文字</marquee>
十三、从左下向右上移动
代码
<marquee direction=right><marquee direction=up>需要移动的文字</marquee>
十四、从右下向左上移动
代码
<marquee direction=left><marquee direction=up>需要移动的文字</marquee>
十五、水平相反移动
代码
<p align=center> <marquee width="216px">需要移动的文字</marquee><marquee width="216px" direction=right>需要移动的文字</marquee></p>
十六、左右两边向中间移动
代码
<p align=center><marquee direction=right>需要移动的文字</marquee><marquee direction=left>需要移动的文字</marquee></p>
十七、左右两边向中间来回移动
代码
<MARQUEE scrollAmount=3 behavior=alternate width="40%">左右向中间来回移动</MARQUEE><MARQUEE scrollAmount=3 direction=right behavior=alternate width="40%">动移回来间中向右左</MARQUEE>
十八、从上下向中间移动
代码
<p></p><center><marquee width=288 direction=down scrollAmount=2 height=50><center>需要移动的文字</center></marquee><center><marquee width=288 direction=up scrollAmount=2 height=50><center>需要移动的文字</center></marquee></center></center><p></p>
十九、从中间向上下移动
代码
<p></p><center><marquee width=288 direction=up scrollAmount=2 height=50><center>需要移动的文字</center></marquee><center><marquee width=288 direction=down scrollAmount=2 height=50><center>需要移动的文字</center></marquee></center></center><p> </p></marquee>
二十、上下向中间来回移动
代码
<MARQUEE scrollAmount=1 direction=down behavior=alternate height=50><DIV align=center>上下向中间来回移动</DIV></MARQUEE><MARQUEE scrollAmount=1 direction=up behavior=alternate height=50><DIV align=center>上下向中间来回移动</DIV></MARQUEE>
二十一、上下交替移动
代码
<marquee direction=up behavior=alternate width=45 height=160><center>需</center></marquee><marquee direction=up behavior=alternate width=45><center>要</center></marquee><marquee direction=up behavior=alternate width=45 height=160><center>移</center></marquee><marquee direction=up behavior=alternate width=45><center>动</center></marquee><marquee direction=up behavior=alternate width=45 height=160><center>的</center></marquee><marquee direction=up behavior=alternate width=45><center>文</center></marquee></marquee><marquee direction=up behavior=alternate width=45 height=160><center>字</center></marquee>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论