网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: CSS :: CSS background属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS background属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:2615 :: ::

The background property is a shorthand property for setting all background properties in one declaration.
background属性是用一次声明就能设置所有背景属性的的速记法。

继承性:

举例

body

background: #FF0000
}

body

background: url(stars.gif) no-repeat top
}

body

background: #00FF00 url(stars.gif) no-repeat fixed top
}  

可用值

描述
background-color
background-image
background-repeat
background-attachment
background-position
You can declare from one to five background properties in this declaration
你可以用一句声明就把5个背景属性都设置好

评论 (1) 1 All