语法:
background : background-color || background-image || background-repeat || background-attachment || background-position
取值:
该属性是复合属性。请参阅各参数对应的属性。
默认值为:transparent none repeat scroll 0% 0%。
例1:<div style="background:#FF0000; width=100px; height=30px;"></div>
显示效果:
例2:<div style="border: 1px solid black; width: 500px; height: 200px; background: url(http://www.google.cn/intl/zh-CN/images/logo_cn.gif);"></div>
显示效果:
例3:<div style="border: 1px solid black; width: 500px; height: 200px; background: url(http://www.google.cn/intl/zh-CN/images/logo_cn.gif) no-repeat right bottom;"></div>
显示效果: