gpt4 book ai didi

css - 调整 HTML map 图像的大小

转载 作者:行者123 更新时间:2023-12-05 09:24:56 24 4
gpt4 key购买 nike

在一个页面仅由使用 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>

解决问题的更好方案是什么?

谢谢

最佳答案

您可以缩放/缩放 div,

示例(半码):

style="zoom:.5;-o-transform: scale(.5);-moz-transform: scale(.5)"

关于css - 调整 HTML map 图像的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7665406/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com