Rene: area shap OnMouseOver ???

Beitrag lesen

Tom,

ja Dreamweaver machts möglich :-)

geht sogar noch einfacher.

<div id="germany_show" style="position:absolute; width:190px; height:237px; z-index:12; left: 19px; top: 111px"><img src="images/germany.jpg" width="205" height="277" usemap="#Map" border="0" ></div>

<div id=Bayern_show    style="position:absolute; width:190px; height:237px; z-index:12; left: 19px; top: 111px; visibility:hidden"><img src="images/bayern.jpg" width="205" height="277" usemap="#Map" border="0" ></div>

<div id=Wuertemberg_show    style="position:absolute; width:190px; height:237px; z-index:12; left: 19px; top: 111px; visibility:hidden"><img src="images/wuertemberg.jpg" width="205" height="277" usemap="#Map" border="0" ></div>
.
.
.
<map name="Map">
 <area  onmousedown="Hide('Bayern_show');"
  onmouseover="MM_swapImage;statusIn(' [ KV 50 ] ');Show('Bayern_show');return true"
  title="Bayern"
  onmouseout="MM_swapImgRestore();statusOut();Hide('Bayern_show');"
  shape=poly target=_self alt="Bayern" coords=117,167,....,,166,104,169,109,170
  href="#">
 <area onmousedown="Hide('Wuertemberg_show');"
  onmouseover="MM_swapImage;statusIn(' [ 1 ] ');Show('Wuertemberg_show');return true"
  title="Bayern"
  onmouseout="MM_swapImgRestore();statusOut();Hide('Wuertemberg_show');"
  shape=poly target=_self alt="Würtemberg" c.........
.
.
.
Und zwar nutze ich für alle DIV's die selbe MAP! Klappt auch prima. Danke für den Tip mit der CSS. Werde es genauso umsetzen!

Viele Grüße