复合写法

当使用简写属性时,没有特定的书写顺序,一般习惯约定顺序为:
background : 背景颜色 背景图片地址 背景平铺 背景图像滚动 背景图片位置;

background : transparent url(image.jpg) repeat-y fixed top ;