在一个页面仅由使用 html 地图的具有多个链接的单个图像组成的小型网站中,我想调整图像的大小(较小的图像),但是调整所有图像的大小并更改所有链接坐标非常痛苦。
<div style="text-align:center; width:586px; margin-left:auto; margin-right:auto;">
<img id="Image-Maps_5201110040649307" src="http://site.com/ui_prototype/login.png" usemap="#Image-Maps_5201110040649307" border="0" width="586" height="1162" alt="" />
<map id="_Image-Maps_5201110040649307" name="Image-Maps_5201110040649307">
<area shape="rect" coords="59,550,297,614" href="http://site.com/ui_prototype/main_menu.html" alt="" title="" />
</map>
</div>
解决问题的更好解决方案是什么?
谢谢