Roman Sonnleithner: Zeilenhöhe in IE und Netscape unterschiedlich

Beitrag lesen

Hallo Christian

Also, ich habe mich jetzt lange herumgespielt und habe eine Lösung gefunden. Sie ist ziemlich pervers also bitte nicht schlagen, aber sie funktioniert auf IE und Netscape :)

Hier ist sie schon:
<html>
<head></head>
<body bgcolor="FFFFFF">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<table bgcolor="#FF0000" width="100%" height="30%" border="0" cellspacing="0" cellpadding="0">
<tr><td>30% hoch</td></tr>
</table>
<table width="100%" height="70%" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom" height="100%" bgcolor="#0000FF"><td>
<table bgcolor="#0000FF" width="100%" height="*" border="0" cellspacing="0" cellpadding="0"><tr><td>*hoch</td></tr></table>
<table bgcolor="#00FF00" width="100%" height="60" border="0" cellspacing="0" cellpadding="0"><tr><td>60px hoch</td></tr></table>
</td></tr>
</table>
</table>
</body>
</html>

MfG
Roman Sonnleithner alias Sonny

P.s.
Das valign="bottom" im tr Tag darfst du nicht entfernen sonst funkt es im Netscape nicht mehr!