页面内文字的滚动代码详解
|
基本语法 <marquee> ... </marquee>
方向 <direction=#> #=left, right <marquee direction=left>从右向左移!</marquee> 方式 <bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee>
<loop=#> #=次数;若未指定则环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 次</marquee> <P>
<scrollamount=#> <marquee scrollamount=20>我跑得很快了吧</marquee>
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>走一步,停一停,好玩</marquee>
对齐方式(Align) <align=#> #=top, middle, bottom <font size=6>
<bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩:
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面积!</marquee> 空白 (Margins)<hspace=# vspace=#>
源代码网供稿. |
