搜外网>搜外问答>问答页面

怎么用代码控制文字滚动速度?

下面这段代码如何控制文字滚动速度?

<marquee direction="left">

    滚动文字<a href="http://www.0769dt.cn" target="_blank" title="测试" style="text-decoration: none; color: rgb(0, 0, 238); font-size: 14px;">滚动文字</a>滚动文字

</marquee>

追加问题
    1 人参与回答
王威健
王威健 · 考试信息网→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→

<marquee direction="left" scrollamount=3>

    滚动文字<a href="" target="_blank" title="测试" style="text-decoration: none; color: rgb(0, 0, 238); font-size: 14px;">滚动文字</a>滚动文字

</marquee>


scrollamount=3 这个控制速度

SEO培训招生中
190