Mira: Imagemap absolut oben links positionieren

Beitrag lesen

Ist das jetzt zuviel des Guten???

<style type="text/css">
html, body { margin:0; border:0; padding:0; }
p.obenlinks, p.obenlinks img { margin:0; border:0; padding:0; }
</style>
</HEAD>
<BODY >
<p class="obenlinks"><IMG height="11" src="navi.png" width="189" useMap="#navi2" name="navi" border="0" alt=""></p>
<MAP name="navi2">
<AREA shape=RECT target=self coords=2,2,38,9 href="test.html">
<AREA shape=RECT target=self coords=49,2,94,9 href="test.html">
<AREA shape=RECT target=self coords=105,2,124,9 href="test.html">
<AREA shape=RECT target=self coords=135,2,163,9 href="test.html">
<AREA shape=RECT target=self coords=174,1,187,10 href="test.html"></MAP>
</BODY></HTML>

Funktioniert aber :)
Danke
Mira