marquee html在chrome中错误地启动

时间:2012-10-31 08:59:49

标签: html marquee

 <marquee behavior="scroll" scrollamount="2" direction="right" width="70%" style="background-color: transparent; height: 18px;" onmouseover="this.stop();" onmouseout="this.start();">
            1 2 3 4 5 6 7 //inside html
        </marquee>

我得到的错误是chrome - 内部html的行为与chrome和IE不同。它从显示的html开始并逐渐消失,在chrom和IE中,它开始为空并缓慢出现(并且它们消失)。

我想要像chrome和IE中那样的行为。

我无法在jsfiddle中复制此错误,但无论如何它都在这里。

http://jsfiddle.net/opmaster/Sm4CH/1/

1 个答案:

答案 0 :(得分:0)

尝试将您的doctype设置为:

<!DOCTYPE html>