将绝对位置转换为图像地图坐标

时间:2015-12-02 16:53:06

标签: css

我有一个图像,其上放置了一个包含绝对元素的叠加层。我想将它们转换为图像地图坐标。这甚至可能吗?

我的数据:

  • 图片大小
  • 每个点:顶部,左侧,高度和px中的宽度

我无法弄清楚这背后的数学......

编辑:一些代码来说明我的问题(Fiddle

expecting <area shape="circle" coord="x,x,x,x"/> 
from 
<div class="element" style="top:2px; left:2px; width: 5px; height: 5px;"></div>
Where "x,x,x,x" are calculated from the absolute positions of .element

0 个答案:

没有答案