背景属性的缩写顺序
『 更新时间:2008-04-28 04:23:10 』『 字体:大 中 小 』『 编辑:归来 | 来源:模版CMS 』
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; }

您现在的位置: :



