Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 years ago.
尝试 marquee jQuery 插件。
$('#some-id').marquee().mouseover(function () { $(this).trigger('stop'); }).mouseout(function () { $(this).trigger('start'); });
Try the marquee jQuery plugin.
为什么你不能使用 html marquee 本身?这是一个非常简单的解决方案,使用纯 JavaScript。
<marquee direction="left" width="750" height="25" scrollamount="3" scrolldelay="10" onmouseover="this._scrollAmount='0'" onmouseout="this._scrollAmount='3'"> Website Hits crossed 1.1 Million, Since 1st March 2006. </marquee>
这会有帮助吗?
Why can't your use html marquee itself? Its very simple solution with plain javascript.
Will this help?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
尝试 marquee jQuery 插件。
Try the marquee jQuery plugin.
为什么你不能使用 html marquee 本身?这是一个非常简单的解决方案,使用纯 JavaScript。
这会有帮助吗?
Why can't your use html marquee itself? Its very simple solution with plain javascript.
Will this help?