网页跑马灯全部代码
1.从右到左
代码:<marquee>你的文字<marquee>
2.从左到右
代码:<marquee direction="right">你的文字</marquee>
3.碰壁反弹
代码:<marquee behavior="alternate">你的文字</marquee>
4.从下往上
代码:<marquee direction="up">你的文字</marquee>
5.从上往下
代码:<marquee direction="down">你的文字</marquee>
6.上下反弹
代码:<marquee direction="up" behavior="alternate">你的文字</marquee>
7.上下弧度抛物线
代码:<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">你的文字</marquee></marquee>
8.上下左右碰壁
代码:<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">你的文字</marquee></marquee>
9.字不动 箭头碰字
代码:<marquee behavior="alternate" width="10%">>></marquee>你的文字<marquee behavior="alternate" width="10%"><<</marquee>
10.字不动 箭头远离字
代码:<marquee behavior="alternate" width="10%">>></marquee>你的文字<marquee behavior="alternate" width="10%"><<</marquee>
11.从左到右加底
代码:<font color="#0000FF"><marquee direction="left" >你的文字</marquee></font>
12.从左到右加外诓
代码:<marquee >你的文字</marquee>
13.滚动字
marquee marquee
代码:<marquee behavior="alternate"><marquee width="150">你的文字</marquee></marquee>
14.从下往上飘
代码:<marquee behavior=alternate direction=up scrollamount=2 scrolldelay=65 height=80 ><center>第一行字<BR />第二行字</center></marquee>
15.多嵌套字
代码:<table bgcolor="#FFFFFF"> <tr><td width="1" valign="top" > <marquee direction="down" behavior="alternate" scrollamount=1 height="60"> <marquee direction="right" scrollamount=4 behavior="alternate" width="468"> 你的文字1</marquee> </marquee> </td> <td width="468"> <marquee direction="up" behavior="alternate" scrollamount=1 height="60"> <marquee direction="left" scrollamount=4 behavior="alternate" width="468"> 你的文字2</marquee> </marquee> </td></tr></table>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。