0
<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>
我得到的errro是在chrome中 - 內部html在chrome和IE中的行爲不同。它從顯示的HTML開始,逐漸消失,在鉻和IE中,它開始變空並慢慢出現(並且它們消失)。marquee html在chrome中啓動錯誤
我想要在Chrome和IE中的行爲。
我無法在jsfiddle中複製此錯誤,但無論如何它在這裏。
http://jsfiddle.net/opmaster/Sm4CH/1/
版本? [我沒有得到與我描述的行爲] – Theraot
鉻22.0.1229.94 - 最新。正如我所說,我無法在jsfiddle中複製這種行爲,但它發生在我的網站中。 – devmonster