问答详情
源自:3-2 精灵动画的实现

如何提取图片的位置

四个百分比中背景的定位是以什么作为标准,如何选取的?坐标为何为负值?

提问者:慕婉清5989650 2016-05-05 21:21

个回答

  • 风惕3301535
    2016-05-08 14:24:08
    已采纳

    这是一张有很多人物的图片,你打开这个链接就看到了,http://img.mukewang.com/55ade248000198ae10550582.png,这些坐标是其中一个人物的坐标,

    .charector {

            position: absolute;

            left: 6%;

            top: 55%;

            width: 151px;

            height: 291px;

            background: url(http://img.mukewang.com/55ade248000198ae10550582.png) -0px -291px no-repeat;

        }

    限制了显示的宽高,为什么为负值,我也不清楚,希望对你有帮助


  • 耗子学知识
    2016-05-24 10:01:34

    看看雪碧图原理就知道了 左上角应该是0 0坐标系吧

  • 风惕3301535
    2016-05-08 13:57:37

    不是很明白


  • 风惕3301535
    2016-05-08 13:56:17

    不是很明白