只有垂直方向重复background-image:
设置如何平铺对象的 background-image 属性。
默认情况下,重复background-image的垂直和水平方向。
默认值: | repeat |
---|---|
继承: | no |
版本: | CSS1 |
JavaScript 语法: | object object.style.backgroundRepeat="repeat-y" |
所有主要浏览器都支持background-repeat属性。
注意 IE7和更早的版本不支持"inherit(继承)"的值。 IE8需要定义!DOCTYPE。 IE9支持"inherit(继承)"。
提示: background-position属性设置背景图像位置。如果指定的位置是没有任何背景,图像总是放在元素的左上角。
值 | 说明 |
---|---|
repeat | 背景图像将向垂直和水平方向重复。这是默认 |
repeat-x | 只有水平位置会重复背景图像 |
repeat-y | 只有垂直位置会重复背景图像 |
no-repeat | background-image不会重复 |
inherit | 指定background-repea属性设置应该从父元素继承 |
CSS 教程: CSS Background
CSS 参考手册: background-position 属性