<marquee> - HTML(超文本标记语言) 编辑
已废弃
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
HTML marquee 元素(<marquee>)
用来插入一段滚动的文字。你可以使用它的属性控制当文本到达容器边缘发生的事情。
<marquee>
元素已经 过时,请不要再使用。尽管一些浏览器仍然支持它,但它不是必须的。此外,使用这个元素基本上是你可以对你的用户做最糟糕的事情之一,所以请不要这样做。
属性
behavior
- 设置文本在 marquee 元素内如何滚动。可选值有
scroll,
slide
和alternate。
如果未指定值,默认值为scroll。
bgcolor
- 通过颜色名称或十六进制值设置背景颜色。
direction
- 设置 marquee 内文本滚动的方向。可选值有
left
,right
,up
anddown。
如果未指定值,默认值为left。
height
- 以像素或百分比值设置高度。
hspace
- 设置水平边距。
loop
- 设置 marquee 滚动的次数。如果未指定值,默认值为 −1,表示 marquee 将连续滚动.
scrollamount
- 设置每次滚动时移动的长度(以像素为单位)。默认值为 6。
scrolldelay
- 设置每次滚动时的时间间隔(以毫秒为单位)。默认值为 85。请注意, 除非指定 truespeed 值,否则将忽略任何小于 60 的值,并改为使用 60。
truespeed
- 默认情况下,会忽略小于60的scrolldelay值。如果存在truespeed,那些值不会被忽略。
vspace
- 以像素或百分比值设置垂直边距。
width
- 以像素或百分比值设置宽度。
事件回调
onbounce
- 当 marquee 滚动到结尾时触发。它只能在 behavior 属性设置为 alternate 时触发。
onfinish
- 当 marquee 完成 loop 属性设置的值时触发。它只能在 loop 属性设置为大于 0 的某个数字时触发。
onstart
- 当 marquee 开始滚动时触发。
方法
- start
- 开始滚动 marquee。
- stop
- 停止滚动 marquee。
示例
<marquee>This text will scroll from right to left</marquee>
<marquee direction="up">This text will scroll from bottom to top</marquee>
<marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid">
<marquee behavior="alternate">
This text will bounce
</marquee>
</marquee>
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard <marquee> | Living Standard | Make it obsolete in favor of CSS but define its expected behavior, for backward compatibility. |
HTML5 <marquee> | Recommendation | Make it obsolete in favor of CSS but define its expected behavior, for backward compatibility. |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 1.0 | (Yes) | 1.0 (1.7 or earlier) | 2.0 | 7.2 | 1.2 |
truespeed attribute | 未实现 | (Yes) | 3.0 (1.9) | 4.0 | 未实现 | 未实现 |
hspace/vspace attribute | ? | (Yes) | 3.0 (1.9) | ? | ? | ? |
loop attribute | ? | (Yes) | 3.0 (1.9) | ? | ? | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | (Yes) | 1.0 (1.0) | ? | ? | ? |
truespeed attribute | ? | (Yes) | 1.0 (1.0) | ? | ? | ? |
hspace/vspace attribute | ? | (Yes) | 1.0 (1.0) | ? | ? | ? |
loop attribute | ? | (Yes) | 1.0 (1.0) | ? | ? | ? |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论