marquee

<marquee>

已废弃

此功能已过时。虽然它可能在某些浏览器中仍然有效,但由于可以在任何时候删除它,所以不鼓励使用它。尽量避免使用。

HTML marquee 元素(<marquee>)用来插入一段滚动的文字。你可以使用它的属性控制当文本到达容器边缘发生的事情。

<marquee>元素已经 过时,请不要再使用。尽管一些浏览器仍然支持它,但它不是必须的。

属性

behavior设置文本在 marquee 元素内如何滚动。可选值有 scroll,slide和 alternate。 如果未指定值,默认值为 scroll。

事件回调

onbounce当 marquee 滚动到结尾时触发。它只能在 behavior 属性设置为 alternate 时触发。

方法

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>

规范

规范状态评论
HTML Living Standard该规范中'<marquee>'的定义。生活水平为了向后兼容,使其过时而倾向于CSS,但是定义了它的预期行为。
HTML5该规范中'<marquee>'的定义。建议为了向后兼容,使其过时而倾向于CSS,但是定义了它的预期行为。

浏览器兼容性

FeatureChromeEdgeFirefoxInternet ExplorerOperaSafari
Basic Support1(Yes)127.21.2
behavior1(Yes)127.21.2
bgcolor1(Yes)127.21.2
direction1(Yes)127.21.2
height1(Yes)127.21.2
hspace?(Yes)3???
loop?(Yes)3???
scrollamount1(Yes)127.21.2
scrolldelay1(Yes)127.21.2
truespeedNo(Yes)34NoNo
vspace?(Yes)3???
width1(Yes)127.21.2

FeatureAndroidChrome for AndroidEdge mobileFirefox for AndroidIE mobileOpera AndroidiOS Safari
Basic Support??(Yes)1???
behavior??(Yes)1???
bgcolor??(Yes)1???
direction??(Yes)1???
height??(Yes)1???
hspace??(Yes)3???
loop??(Yes)3???
scrollamount??(Yes)1???
scrolldelay??(Yes)1???
truespeed??(Yes)3???
vspace??(Yes)3???
width??(Yes)1???