如何在选框标记中设置小于1的滚动值?

时间:2014-03-03 06:08:10

标签: javascript jquery css html5 html4

我的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>

2 个答案:

答案 0 :(得分:0)

<marquee behavior=scroll direction="left" scrollamount="1">Your message here</marquee>

上面的代码会慢慢滚动。“1”是最小值。

答案 1 :(得分:0)

Scrollamount不能小于,其中一项工作就是使用scrolldelay =&#34; 700&#34; (根据您的要求编辑此值)