为什么在 IE9alt
中,当我使用缩放时,不会出现在图像地图的定义区域:
<style type="text/css">
#wrap {zoom:50%; -moz-transform:scale(50%); -webkit-transform:scale(50%) }
</style>
<div id="wrap">
<img src="http://www.content.onemexico.net/rosa.jpg" width="640" height="640" usemap="#theMap">
<map name="theMap">
<area shape="rect" coords="240,240,400,400" href="#" alt="RosesByAlt" title="RosesByTitle">
</map>
</div>
IE9 是否有任何解决方案,在缩放图像的定义可点击区域上显示文本(alt
或)?title