Dreamweaver怎么做滚动字幕啊?

来源:百度知道 编辑:UC知道 时间:2024/05/27 23:53:05
Dreamweaver怎么做滚动字幕啊?

一套向上滚动字幕的代码:
<marquee behavior="scroll" direction="up" width="200" height="150" loop="-1" scrollamount="1" scrolldelay="1" style="font:12px;" onMouseOver="this.stop();" onMouseOut="this.start();">滚动字幕内容</marquee>

<marquee>