【发布时间】:2014-06-19 21:00:38
【问题描述】:
我知道background 是速记属性 - 0 的值会对所有属性执行什么操作,它是否是有效的 CSS?
selector {background:0;}
【问题讨论】:
-
developer.mozilla.org/en-US/docs/Web/CSS/background 它会起作用,但我从未见过有人这样使用它
-
是
background: none不是background:0 -
@kougiland:不,这意味着不同的东西,即
background-image: none而不是background-position: 0
标签: css background shorthand