ズームを使用すると、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>
ズームされた画像の定義されたクリック可能な領域にテキスト (alt
または)を表示するための IE9 のソリューションはありますか?title