Also, ich krieg langsam sooo einen Hals wegen dem IE. Folgender Quellcode wird von ihm einfach nicht richtig dargestellt:
Hier das Ergebnis: http://www.hardtec.de/spfp/main.htm
Mit Opera, NC & mozilla alles richtig nur der IE ignoriert die Höhenangaben!
EDIT: Und ja, mir ist klar, dass die Angabe "height=100%" im table tag nicht gültig ist, aber mich interessiert einfach was der IE da macht, denn alle anderen verstehen es scheinbar ...
PHP-Code:
<table border="0" cellpadding="0" cellspacing="0" width="630">
<tr>
<td rowspan="2" colspan="2" width="623" bgcolor="#000000">
<!-- Inhalt -->
<table border="0" cellpadding="1" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" height="100%" bgcolor="#000000">
<table border="0" cellpadding="5" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" height="100%" bgcolor="#FFFFFF">
TEXT
TEXT
TEXT
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /Inhalt -->
</td>
<td width="7" height="8" background="gfx/schatten_ro.gif"></td>
</tr>
<tr>
<td width="7" background="gfx/schatten_r.gif"></td>
</tr>
<tr>
<td height="8" width="7" background="gfx/schatten_ul.gif"></td>
<td height="8" width="623" background="gfx/schatten_u.gif"></td>
<td height="8" width="7" background="gfx/schatten_ur.gif"></td>
</tr>
</table>
Mit Opera, NC & mozilla alles richtig nur der IE ignoriert die Höhenangaben!
EDIT: Und ja, mir ist klar, dass die Angabe "height=100%" im table tag nicht gültig ist, aber mich interessiert einfach was der IE da macht, denn alle anderen verstehen es scheinbar ...
Kommentar