Toxic: Image map im frameset?!

Beitrag lesen

hallo,

ich will in das frameset eine imagemap reinbauen.. und zwar sollen in oben.jpg die menüpunkte per map anklickbar sein. kann nirgendswo finden, wie man das machen muss bzw ob das überhaupt geht?!

---------------------------------------
<html>
<head>
<title>TITLE</title>
</head>

<frameset rows="120,*,15" border=0>
<frame src="../images/oben.jpg" alt="" width="750" height="120" noresize name="banner" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">

<frameset cols="15,485,15,*,15" border=0>
<frame src="../images/seite_links.jpg" alt="" width="15" height="265" border="0" noresize name="seite" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">
<frame src="./news.html" name="seite" scrolling="yes" marginheight="0" frameborder="0">
<frame src="../images/seite_mitte.jpg" alt="" width="15" height="265" noresize name="seite" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">

<frameset rows="40,*,30" border=0>
<frame src="../images/or.jpg" alt="" width="220" height="55" alt="" border="0" noresize name="seite" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">
<frame src="./beat.html" noresize name="seite" scrolling="no" marginheight="0" frameborder="0">
<frame src="../images/ur.jpg" alt="" width="220" height="30" noresize name="seite" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">
</frameset>

<frame src="../images/seite_rechts.jpg" alt="" width="15" height="265" noresize name="seite" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">
</frameset>

<frame src="../images/unten.jpg" alt="" width="750" height="15" noresize name="banner" scrolling="no" marginheight="0" frameborder="0" framespacing="0" border="0">
</frameset>
</html>
----------------------------------