该CSS属性用来设定背景图片是否重复平铺。背景所涉及的是 content 和 padding 区域,请参见 CSS 盒子模式 (Box Model) 。
值:repeat | repeat-x | repeat-y | no-repeat | inherit
| 可用值 | 值的说明 |
| repeat | 缺省值。背景图片横向和纵向都重复平铺。 |
| no-repeat | 背景图片不重复平铺。 |
| repeat-x | 背景图片横向重复平铺。 |
| repeat-y | 背景图片纵向重复平铺。 |
body {background-image:url(background.gif); background-repeat:repeat-y}否
所有元素
站长网 站长学院网页教程与代码
免费收录站长网站
站长网信息中心
站长网 idc频道