WEB开发网
开发学院网页设计DivCss background的缩写顺序 阅读

background的缩写顺序

 2007-12-24 22:58:02 来源:WEB开发网   
核心提示:background : background-color || background-image || background-repeat || background-attachment || background-position 示例:div { background: red no-repeat s

background : background-color || background-image || background-repeat || background-attachment || background-position

示例:

div { background: red no-repeat scroll 5% 60%; }
body { background: url("images/aardvark.gif") repeat-y; }
pre { background: url("images/aardvark.gif") top; }
caption { background: fuchsia; }

Tags:background 缩写 顺序

编辑录入:coldstar [复制链接] [打 印]
赞助商链接