divに多くの画像ボタンがあり、画像にマウスを合わせると、scrが変更され、同じ画像が表示されますが、境界線で強調表示されます。ここのように/後のショー:
それはうまく機能しますが、他のすべての画像を一緒にすると、次のように表示されます:
マウスを前に置いたときに画像を設定する必要があると思います;何かアイデアはありますか?
更新:コード:
<div id="mymap" width="720" style="width: 920px; height: 1227px; position: relative; left: 250px; transform: scale(.5,.5); -ms-transform: scale(.5,.5); -webkit-transform: scale(.5,.5); -o-transform: scale(.5,.5); -moz-transform: scale(.5,.5);">
<img id="Burimi" style="position: absolute; left: 10px" src="Images/Reagion/Burimi-B.png" onmouseover="this.src='Images/reagion/Burimi-A.png'" onmouseout="this.src='Images/reagion/Burimi-B.png'" />
<img id="N Batinah" style="position: absolute; left: 98px; top: 1px;" src="Images/Reagion/N Batinah-B.png" onmouseover="this.src='Images/reagion/N Batinah-A.png'" onmouseout="this.src='Images/reagion/N Batinah-B.png'" /></dive>