如何提取图片的位置
四个百分比中背景的定位是以什么作为标准,如何选取的?坐标为何为负值?
四个百分比中背景的定位是以什么作为标准,如何选取的?坐标为何为负值?
2016-05-05
这是一张有很多人物的图片,你打开这个链接就看到了,http://img1.sycdn.imooc.com//55ade248000198ae10550582.png,这些坐标是其中一个人物的坐标,
.charector {
position: absolute;
left: 6%;
top: 55%;
width: 151px;
height: 291px;
background: url(http://img1.sycdn.imooc.com//55ade248000198ae10550582.png) -0px -291px no-repeat;
}
限制了显示的宽高,为什么为负值,我也不清楚,希望对你有帮助
举报