问答详情
源自:5-4 CSS3背景 multiple backgrounds

背景大小设置怎么是反的

Q1:background-position是不是不用设置第一个背景元素?

Q2:我的29行代码的值为什么会出现顺序错误?

提问者:胡震撼 2015-04-27 21:35

个回答

  • liaojin3210
    2015-12-21 17:33:45

    这个我看了下,发现是 background-position:right bottom,0 0;出了问题。

    设置成这样就ok,background-position:0 0,right bottom;因为background-position默认为left top,所以第一个背景图设置为0 0,第二个背景图设置为right bottom