از مقایر دیگر position استفاده کنید:
<div id="fixeddiv" style="padding: 0px; position: static; right: 0px; bottom: 0px">
<a href="www.1.com" target="_blank">
<img src="http://1.com/1.png" usemap="#Map" border="0" alt="Tool tip" align="right"></a>
</div>
یا
<div id="fixeddiv" style="padding: 0px; position: relative; right: 0px; bottom: 0px">
<a href="www.1.com" target="_blank">
<img src="http://1.com/1.png" usemap="#Map" border="0" alt="Tool tip" align="right"></a>
</div>
یا
<div id="fixeddiv" style="padding: 0px; position: absolute; right: 0px; bottom: 0px">
<a href="www.1.com" target="_blank">
<img src="http://1.com/1.png" usemap="#Map" border="0" alt="Tool tip" align="right"></a>
</div>
یا
<div id="fixeddiv" style="padding: 0px; position: fixed; right: 0px; bottom: 0px">
<a href="www.1.com" target="_blank">
<img src="http://1.com/1.png" usemap="#Map" border="0" alt="Tool tip" align="right"></a>
</div>