marquee:基本已被弃用!!1
可以模拟弹幕效果
1.方向:direction
up right left down
2.behavior
3.scrollamountsc
-->
<marquee direction="left" scrollamount="100" scrolldelay="1" loop="2">
<div>
<p>哈哈哈</p>
</div>
</marquee>
<marquee direction="up" behavior="scroll" scrollamount="1" scrolldelay="0" loop="-1" width="1000" height="50" bgcolor="#0099FF" hspace="10" vspace="10">
指整个Marquee对齐方式; (2)behavior:设置滚动的方式: scroll:表示由一端滚动到另一端,会重复,缺陷是不能无缝滚动。 slide:表示由一段滚动到另一端,不会重复...
</marquee>