Die folgende Tabelle funktioniert leider nicht, wie gewünscht. Die dot.jpg im vorletzten <td> ist ein 1 Px große, braune Datei, die die verbleibende Fläche nach unten zu 100% füllen soll. Leider tut sie es nicht. Sie füllt nur die Fläche in der Größe des .
<table bgcolor="#6d685d" height="100%" width="910" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="900">
<a href="a.html"><img src="images/bild.jpg" border=0 width="900" height="595" /></a><br />
<a href="b.html"><img src="images/bild_unten.jpg" border=0 width="900" height="205" /></a></td>
<td background="images/verlauf.gif" width="10">
</td>
</tr>
<tr>
</tr>
<tr>
<td background="images/dot.jpg" width="900" height="100%"> </td>
<td background="images/verlauf.gif" width="10" height="100%"> </td>
</tr>
</table>
Die Probleme mit 100% habe ich oft....