Marquee不会在chrome和IE中滚动到全文但在firefox中完美运行
<marquee behavior="scroll" direction="left" scrollamount="2" scrolldelay="2" onmouseover="stop()"
onmouseout="start()" height="36" width="580"> <span runat="server" ID="lblNotiText" style="width:3000px ;">
Radio Bindaas wishes all the listeners a very Happy Independence Day!!! -- Director Sekhar Kammula launched the Radio Bindaas radio world wide. -- Catch the exclusive interview with Sri Jayaprakash Narayan on this 66th Independence Day!!! -- Mera Bharath Mahaan!!!! -- hello -- dsads --
</span></marquee>
答案 0 :(得分:0)
Marquee是一种非标准的HTML标记,最早在早期版本中引入 微软的Internet Explorer,与Netscape的眨眼相比 元件。 Marquee会分散注意力。人眼被吸引了 W3C建议,运动和字幕文字不断移动 反对在HTML文档中使用它。 IE,Firefox,Opera,Chrome和 Safari Web浏览器支持它与旧页面的兼容性。
除此之外,您的代码在Chrome中运行良好(28.0.1500.95
):http://jsfiddle.net/BenedictLewis/nHX6G/。我建议您使用W3 validator检查您的代码。我还建议您考虑使用jQuery插件simpleScroll替换代码。