水平滾動(dòng)
<marquee direction="left" align="bottom" height="25" width="100%" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" scrolldelay="1">
水平滾動(dòng)字幕內(nèi)容
</marquee>
垂直滾動(dòng)
<marquee direction="up" height="200" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="1" scrollDelay="1">
垂直滾動(dòng)字內(nèi)容
</marquee>