ドロップ可能な div:
<div id="invContainer" style="width:100px; height:100px;>
<div id="inv_0-0" class="inventory" style="position: relative; float:left; width:50px; height:50px; background-color: #fff;"></div>
<div id="inv_1-0" class="inventory" style="position: relative; float:left; width:50px; height:50px; background-color: #000;"></div>
<div id="inv_0-1" class="inventory" style="position: relative; float:left; width:50px; height:50px; background-color: #000;"></div>
<div id="inv_1-1" class="inventory" style="position: relative; float:left; width:50px; height:50px; background-color: #fff;"></div>
</div>
ドラッグ可能な画像がいくつかあります。このコンテナにドロップすると、画像の中心があった場所に画像がドロップされます。しかし、画像の左上隅の場所にドロップしたいと思います。解決策はありますか?