hab gleich mal den kompletten source code gepostet...
hab mal irgendwas von ner absoluten position gekört... wie geht das?
denn dann brauch ich nicht alles zu zerschneiden, sondern kann den iframe "schweben" lassen...
source:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0" border="0">
<map name="buttons" id="0">
<area shape="rect" coords="64,28,199,56" href="informationen.html" target="mitte" alt="" />
<area shape="rect" coords="300,29,459,57" href="anforderung.html" target="mitte" alt="" />
<area shape="rect" coords="558,30,693,56" href="impressum.html" target="mitte" alt="" />
</map>
<img src="pm.gif" width="756" height="567" border="0" alt="" title="" usemap="#0" />
<table width="754" border="0" cellspacing="0" cellpadding="0" cool gridx="16" gridy="16" height="593" showgridx showgridy usegridx usegridy>
<tr height="64">
<td width="32" height="592" rowspan="2"></td>
<td width="721" height="64"></td>
<td width="1" height="64"><spacer type="block" width="1" height="64"></td>
</tr>
<tr height="528">
<td width="721" height="528" valign="top" align="left" xpos="32">
<table width="695" border="0" cellspacing="2" cellpadding="2" height="470">
<tr>
<td width="686"><iframe name="mitte" src="informationen.html" style="FILTER: chroma(color=#FFFFFF); WIDTH: 100%; HEIGHT: 100%" FRAMEBORDER=0></iframe></td>
</tr>
</table>
</td>
<td width="1" height="528"><spacer type="block" width="1" height="528"></td>
</tr>
<tr height="1" cntrlrow>
<td width="32" height="1"><spacer type="block" width="32" height="1"></td>
<td width="721" height="1"><spacer type="block" width="721" height="1"></td>
<td width="1" height="1"></td>
</tr>
</table>
<p></p>
</body>
</html>