The Web Design Group

背景


语法: background: <值>
允许值: <背景颜色> || <背景图象> ||  || <背景附件> || <背景位置>
初始值: 未定义
适用于: 所有对象
向下兼容:

背景属性是一个更明确的背景关系属性的略写。以下是一些背景的声明:

BODY       { background: white url(http://www.htmlhelp.com/foo.gif) }
BLOCKQUOTE { background: #7fffd4 }
P          { background: url(../backgrounds/pawn.png) #f0f8ff fixed }
TABLE      { background: #0c0 url(leaves.jpg) no-repeat bottom right }

当一个值未被指定时,将接受其初始值。例如,在上述的前三条规则,背景位置属性将被设置为0% 0%

为了避免与用户的样式表之间的冲突,背景和颜色应该一起被指定。


译文维护:Water TangXianzhen Liang


Web Design Group│ CSS 索引CSS 结构CSS 属性