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

任务的第二个定位是怎么算出来的呀?

 background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,
               url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;
    background-position:left top,?    ?   (第二个定位)

提问者:fxai0516 2016-12-17 13:14

个回答

  • 丑丶小亚
    2018-05-22 11:27:22

    开发中能用指向性数据(如left,right,center)等,能够避免不同浏览器的兼容问题。用px指向位置,都是清楚知道容器与图片尺寸的情况下使用,不然只能一点点去试位置,浪费开发时间。

  • 云彩无色3804005
    2017-02-07 14:32:56

     background-position:left top,right bottom;  我用这个,没用数据

  • 慕粉1472686447
    2016-12-17 20:10:48

     background-position:left top,  150px  bottom