Hallo, ich habe folgendes Problem:
<div id="Zentrum">
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><iframe src="uebersicht.html" name="screen" height="550" width="690" marginheight="0" marginwidth="0" frameborder="1"></iframe></td>
<td height="550" width="80">
<table width="80" border="1" cellpadding="0" cellspacing="0" >
<tr height="67">
<td>Bild-Link </td>
</tr>
<tr height="69">
...
</tr>
</table>
</td>
</tr>
</table>
</div>
Der in der Tabelle befindliche IFrame wird sowohl von Firefox, Opera als auch Safari richtig dargestellt, lediglich beim IE ist der Frame trotz angegebener Größe etwas kleiner, so dass man scrollen muss, um das darin befindliche Bild zu sehen. Auf der im IFrame verlinkten Seite befindet sich im nur folgende Tabelle innerhalb des bodys:
<table cellpadding="0" cellspacing="0" height="550" width="690">
<tr>
...
</tr>
</table>
Kennt vllt jemand dieses Problem oder könnte mir weiterhelfen?
MFG