古代“大帐篷”的替代品是标签?
“marquee”标签的标准等效项是什么?
我正在寻找 HTML、C#、asp.NET 或 ASPX、jquery、java 脚本的解决方案
What is the standard equivalent of the "marquee" tag?
I'm looking for a solution in HTML, C#, asp.NET or ASPX, jquery, java script
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“marquee”标签未包含在标准中,因为它是“视觉”标签,而不是“语义”标签。因此,您想要的任何语言都没有完全相同的语言。
我建议使用 Javascript 在网页上制作动画。 (我听说 jQuery 是一个很棒的入门框架。)
注意:
As 有人在MSO聊天中指出,实际上已经编写了一个jQuery插件来完成你想要的事情。请参阅 jQuery marquee 插件。此外,还有Remy Sharp 的演示。
The "marquee" tag was not included in the standard because it's a "visual" tag, not a "semantic" tag. As such, none of the languages that you want have an exact equivalent.
I suggest using Javascript to do animations on your webpage. (I hear that jQuery is a great framework to get started with.)
Note:
As someone pointed out in MSO chat, there is actually a jQuery plugin already written to do what you want. See then jQuery marquee plugin. Also, there is this demo from Remy Sharp.
技术上,等效的标准是 CSS3 marquee 模块。 (从技术上讲,因为祝你好运找到一个能够真正实现它的浏览器供应商。)
Technically, the standards equivalent is the CSS3 marquee module. (Technically because good luck finding a browser vendor that will ever actually implement it.)