古代“大帐篷”的替代品是标签?

发布于 2024-10-15 06:54:56 字数 85 浏览 0 评论 0原文

“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沉鱼一梦 2024-10-22 06:54:56

“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.

葬﹪忆之殇 2024-10-22 06:54:56

技术上,等效的标准是 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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文