Hi
So kann das auch nicht gehen, weil valign nur in <tr> und <td> deffiniert ist, aber nicht in <table>. Trotzdem faellt mir keine Loesung ein, die auch im NS angezeigt wird.
Denn das Problem ist, dass Netscape die Hoehe der inneren Tabelle einfach nicht an die Tabellenzelle anpassen kann, ausser du verwendest absolute Hoehen.
Ich hab dann mal rumgebastelt (das muss man immer bei Netscape Tabellenproblemen ;-))) und versucht dein Problem anders zu loesen. Vielleicht gefaellts dir ja ;-)
<html>
<body>
<table border=0 bgcolor="#000000" cellspacing=0 cellpadding=0><tr><td>
<table border=0 bgcolor="#ccff00" cellspacing=2 cellpadding=0 width=100%><tr><td><table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td valign=top>Spalte1</td><td rowspan=2 width=2 bgcolor="#000000"><img src="dummy.gif" width=1 height=1></td><td rowspan=2>Spalte2<BR>Inhalt<BR>Inhalt<BR>Inhalt<BR>Inhalt</td>
</tr><tr><td valign=bottom>Inhalt ganz unten</td></tr></table></td></tr></table></td></tr></table>
</body>
</html>
Tschau Holger