<div id='popup1'> <img src="images/menu.png" width="200" height="180" border="0" usemap="#map" onmouseout="document.getElementById('popup1').style.display='none';"> <area shape="rect" coords="0,0,200,60" href="klasa1.php" /> <area shape="rect" coords="1,60,200,120" href="klasa2.php" /> <area shape="rect" coords="1,120,200,180" href="klasa3.php" /> </div>
Jak widać mam tu mapę obrazu zrobioną w gimpie. Chodziło mi o to, aby po zjechaniu z tego obrazu on znikał. Niestety zdarzenie onmouseout nie działa. Bardzo proszę o pomoc.