Fabian Mürmann: Tabelle - NS peilt mal wieder NIX

Beitrag lesen

HI ich habe folgendes problem:

wenn ich ein tabelle mit folgenen angaben erstelle:

--- schnipp ----

<html>
<head>
<title>Untitled</title>
</head>

<body background="pics\back.gif" bgcolor="silver" text="black" link="black" vlink="black" alink="black" title="PSE - Professional Software Engineering" bgproperties="fixed">

<table align="center" width="400" height="400" cellspacing="0" cellpadding="0" border="0">
<tr>
    <td width="50" valign="top" nowrap><IMG alt="" border=0 height=50 src="pics/oben_links.gif" width=50></td>
    <td align="middle" valign="top" bgcolor="#666666"><font face="Verdana, Arial" size="2" color="white">PSE - Professional Software Engineering</font></td>
    <td width="50" align="right" valign="top"><IMG alt="" border=0 height=50 src="pics/oben_rechts.gif" width=50></td>
</tr>
<tr>
    <td width="50" bgcolor="#666666" height=300 align="LEFT" vAlign="MIDDLE"></td>
    <td align="middle" valign="top" bgcolor="#666666" height=300></td>
    <td width="50" align="middle" bgcolor="#666666" height=300 vAlign="MIDDLE"></td>
</tr>
<tr>
    <td width="50" valign="bottom"><IMG alt="" border=0 height=50 src="pics/unten_links.gif" width=50></td>
    <td align="middle" valign="top" bgcolor="#666666"></td>
    <td width="50" align="right" valign="bottom"><IMG alt="" border=0 height=50 src="pics/unten_rechts.gif" width=50></td>
</tr>
</table>

</body>
</html>

--- schnipp ----

füllt der NS alles TRANSPARENT AUS ! - DER IE 4 dagegen - NO PROBLEM - so wie es sein soll !

warum peilt der NS so was simples nicht?