Ich werde noch verrückt. Ich suche schon seit Stunden den Fehler und finde ihn einfach nicht ! Und zwar wird die Seite im Mozilla korrekt angezeigt im IE allerdings nicht !
HTML-Code:
<body bgcolor="#d2d2d2" scroll="auto">
<center>
<table width="770" height="450" border="0" bgcolor="#d2d2d2">
<tr>
<td>
<iframe width="100%" height="100%" name="startseite" src="index2.htm" scrolling="no" border="0" frameborder="0"></iframe>
</tr>
</td>
</table>
</center>
In der Index2.htm ist dann sozusagen die eigentliche Seite ... Hier noch der Anfang der index2.htm falls das noch helfen sollte :
HTML-Code:
<body bgcolor="#d2d2d2">
<table id="maintable" width="762" height="434" border="0" cellpadding="0" cellspacing="0" bgcolor="#d2d2d2">
<tr>
Und noch alles relevante aus der CSS :
HTML-Code:
body {
background:none transparent;
color:#000000;
font-family: verdana;
font-size:8pt;
line-height: 21px;
scrollbar-face-color: #2BF00A;
scrollbar-highlight-color: #dfdfdf;
scrollbar-3dlight-color: #2BF00A;
scrollbar-darkshadow-color: #2BF00A;
scrollbar-shadow-color: #dfdfdf;
scrollbar-arrow-color: #dfdfdf;
scrollbar-track-color: #2BF00A;
}
.table, tr, td {
font-family: verdana;
background-color: #d2d2d2;
color: #000000;
text-align: justify;
font-size:8pt;
line-height:21px;
font-weight: none;
letter-spacing: 0pt;
}
Wäre wunderbar wenn mir jemand sagen könnte wo sich der Fehler versteckt.