| 序号 |
中文说明 |
标记语法 |
| 1 |
背景颜色 |
{background-color:数值} |
| 2 |
背景图片 |
{background-image: url(http://www.blog.com.cn/URL)|none} |
| 3 |
背景重复 |
{background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y} |
| 4 |
背景固定 |
{background-attachment:fixed|scroll} |
| 5 |
背景定位 |
{background-position:数值|top|bottom|left|right|center} |
| 6 |
背影样式 |
{background:背景颜色|背景图象|背景重复|背景附件|背景位置} |