Kann dir leider nicht helfen, aber mich intressiert sehr wie du das mit CSS gelöst hast.
CSS:
#karte {
margin : 0px 0px 0px 0px;
z-index: 1;
overflow: visible;
border: 0px;
}
#imageMap {
awidth :668px;
aheight : 488px;
z-index: 60;
position: absolute;
left: 0px;
top: 31px;
}
#freiburg {
z-index: 11;
position: absolute;
left: 150px;
bottom: 10px;
}
HTML:
<div id="karte"><img border="0" src="plz.gif" usemap="#koopMap"></div>
<div id="freiburg"><a href="javascript:alert('4')" alt="" target="">Freiburg</a></div>
Die Postitionen für left und bottom kommen aus der Datenbank (sind hier nur Dummys).