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

CSS
CSS 介绍
CSS 语法
使用 CSS
CSS 背景
CSS 文字
CSS 字体
CSS 边框
CSS 边距
CSS 填充
CSS 列表
CSS 尺寸
CSS 类别
CSS 定位
CSS 伪类
CSS 伪元素
CSS2 Media类型
CSS 摘要
CSS 实例
CSS2 参考资料
CSS2 打印

CSS background-repeat属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 430 ::
收藏到网摘: 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

登陆 | 还没注册?