您的位置: 首页 > -webkit-marquee

-webkit-marquee 属性

定义滚动文字内容的属性。(当前浏览器版本不支持marquee css样式,但支持marquee标签上的属性behavior,bgcolor,direction,height,width,hspace,loop,scrollamount,scrolldelay,truespeed,vspace)

? ? ? ?

?: 表示版本号未知,但该属性可用。

语法

-webkit-marquee: <direction> <increment> <repetition> <style> <speed>

取值

<direction> 文字滚动的方向
<increment> 每次移动的距离
<repetition> 文字滚动的重复次数
<style> 文字滚动的方式
<speed> 滚动或滑动的速度

<marquee>属性:

behavior 文字滚动的形式
bgcolor 背景颜色
direction 文字滚动的方向
height 高度
width 宽度
hspace 横向边距
vspace 纵向边距
loop 循环次数 (默认值为-1,无限循环)
scrollamount 单位时间内滚动的文字数目 (默认值为6)
scrolldelay 每次滚动的时间延迟 (低于60忽略不计)
truespeed 滚动速度

示例