新闻自动收报机的速度

时间:2016-03-21 07:50:58

标签: html css html5

我有HTML新闻自动收录器,我想尽量减少自动收报机的速度。

这是我的代码:

  <marquee behavior="scroll" Height=20 direction="right" 
        onmouseover="this.stop();" 
        onmouseout="this.start();">
         رام الله
    </marquee>
    <iframe src="http://geo.molg.pna.ps/l3.html" frameborder="0" style="overflow:hidden;height:94%;width:100%" height="94%" width="100%"></iframe>

3 个答案:

答案 0 :(得分:1)

请参阅此链接以控制选框标记的速度。 http://www.plus2net.com/html_tutorial/html_marquee_speed.php

<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="500">This is an example of Marquee (Delay : 500 Milliseconds)</marquee>

您可以使用jquerynewsticker

之类的任何jquery插件,而不是marquee标记

答案 1 :(得分:0)

请试试这个:

scrollamount="5"

scrollamount控制文本的速度:值越高,滚动速度越高

答案 2 :(得分:0)

将属性scrolldelay添加到选框标记

<marquee scrolldelay="200"></marquee>