我的HTML代码:
<marquee align="middle" behavior="scroll" loop="infinite" direction="up" width="230" height="150" scrollamount="0.5" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=1" border="0" TRUESPEED>
答案 0 :(得分:0)
<marquee behavior=scroll direction="left" scrollamount="1">Your message here</marquee>
上面的代码会慢慢滚动。“1”是最小值。
答案 1 :(得分:0)
Scrollamount不能小于,其中一项工作就是使用scrolldelay =&#34; 700&#34; (根据您的要求编辑此值)