html 中的字幕
我想要一个“连续选取框文本”一遍又一遍...背靠背...我不希望文本在下一个开始之前完全完成滚动...我希望相同的文本开始滚动并继续.. 。
I want a "Continuous marquee text" over and over again... back to back... i dont want the text to finish scrolling completely before the next one starts... i want the same text to start scrolling and continue...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
偏离主题,但字幕(无论是
marquee
标签还是基于 jQuery 的标签)是 邪恶。Offtopic, but marquee (be it a
marquee
tag or jQuery-based one) is evil.jScroller2 可能可以在不使用选取框标签的情况下满足您的需要。
不应使用
marquee
标签,因为它不是 HTML 或 XHTML 标准标签,它是为 Internet Explorer 发明的,其他浏览器使用它只是为了兼容性。jScroller2 probably does what you need without using the marquee tag.
The
marquee
tag should not be used since it is not a HTML or XHTML standard tag, it was invented for Internet Explorer and other browsers have it just for compatibility.好吧,如果您想要一个自定义实现,我想您会想使用 JQuery 创建一个。 选框应该很容易创建。 您是否在互联网上寻找过现成的脚本?
Well, if you want a custom implementation I figure you will want to create one using JQuery. A Marquee should be quite easy to create. Have you looked for a readymade script on the Internet?