关于background属性的合并

background: #ff0000 url(/i/eg_bg_03.gif) no-repeat fixed center / cover;

这些参数从左到右依次是:

background-color

background-image

background-repeat

background-attachment

background-position / background-size

值得注意的是background-size是CSS3的属性,它要与background-position配合使用,中间有一个斜杠分隔符。



你可能感兴趣的:(css,合并,background)