火星时代招聘:Dreamweaver怎么做滚动字幕啊?

来源:百度文库 编辑:高考问答 时间:2024/05/06 06:29:43
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>