当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS background-repeat属性

CSS
CSS2 Aural
CSS 单位
CSS 颜色
CSS 颜色值
CSS 颜色名称
CSS 编码与组织技巧
CSS 模块化设计思路
CSS完美兼容IE6/IE7/FF的通用方法
CSS @ Ten: 下一个重要的东西

CSS background-repeat属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 431 ::
收藏到网摘: n/a

The background-repeat property sets if/how a background image will be repeated.
当背景图片要做重复显示,background-repeat 属性可以设置它是否应该重复显示或是应该怎样重复显示

继承性:

实例

body

background-image: url(stars.gif);
background-repeat: repeat-x

可用值

描述
repeat The background image will be repeated vertically and horizontally
背景图片朝水平以及垂直方向重复显示
repeat-x The background image will be repeated horizontally
背景图片只朝水平方向重复显示
repeat-y The background image will be repeated vertically
背景图片只朝垂直方向重复显示
no-repeat The background-image will be displayed only once
背景图片不重复显示,只显示一次

评论 (0) All

登陆 | 还没注册?