このコードは chrome と firefox で完全に機能しますが、IE では絶対位置の div が右上に表示されます。
<div id="three_pictures">
<img alt="3steps" src="/assets/3steps.jpg">
<a href="/users/new" style="position: absolute; top: 65px; left: 50px; width: 204px; height: 256px;"></a>
<a href="/get_a_present" style="position: absolute; top: 16px; left: 273px; width: 191px; height: 303px;"></a>
<a href="/posted_presents" style="position: absolute; top: 51px; left: 508px; width: 148px; height: 276px;"></a>
</div>
と
#three_pictures
{
padding-top: 20px;
width: 700px;
position: relative;
background-color: white;
margin: 0px auto;
}
画像の特定の領域にリンクが必要です。