首页 > 问答 > 怎么用代码控制文字滚动速度?

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

[导读]:下面这段代码如何控制文字滚动速度? marquee direction="left"     滚动文字a href="http://www.0769dt.cn" target="_blank" title="测试" style="text-decoration: none; color: rgb(0, 0, 238); font-siz...

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

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

<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 这个控制速度

本文来自投稿,不代表微盟圈立场,如若转载,请注明出处:https://www.vm7.com/a/ask/105809.html