该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}
否
所有元素
作者或编者:布啦布啦 最近更新日期:2007-05-01 参考来源:www.BlaBla.cn 布啦布啦网页教程与代码© 2005-2008 BlaBla.cn 版权所有