moinmoin ole!
ich habe eine problem mit meiner tabellenkonstruktion.
habe ich dich richtig verstanden: du möchtest eine Tabelle haben, bei der die hellblauen Ränder nebst den daranhängenden Bogen-Gifs "mitwächst"?
Vielleicht hilft dir das:
<table cellspacing="0" cellpadding="0" border="1" bordercolor=red>
<tr>
<td width="30"> </td>
<td width="3"> </td>
<td width="47"> </td>
<td width="830"> </td>
<td width="47"> </td>
<td width="3" bgcolor="#acafc2"><img src="images/dot.gif" width="3" height="40" border="0" alt=""></td>
</tr>
<tr>
<td> </td>
<td colspan="2"><img src="images/bogen_oben.gif" width="50" height="29" border="0" alt=""></td>
<td colspan="2"bgcolor="#acafc2">menue</td>
<td width="3" bgcolor="#acafc2"><img src="images/dot.gif" width="3" height="3" border="0" alt=""></td>
</tr>
<tr valign="bottom">
<td> </td>
<td width="3" colspan="2" background="bg_links.jpg" valign="top"><img src="images/bogen_unten.gif" width="50" height="47" border="1" alt=""></td>
<td valign="top">content<br><br><br><br><br>
<br><br><br><br><br>
<br><br><br><br><br>
</td>
<td colspan="2" rowspan="2" valign="bottom" background="bg_rechts.jpg"><img src="images/bogen_ur.gif" width="50" height="51" border="1" alt=""></td>
</tr>
<tr valign="bottom">
<td colspan="4" bgcolor="#acafc2"><img src="images/dot.gif" width="3" height="3" border="0" alt=""></td>
</tr>
</table>
wobei ich deine Konstruktion mit den Zellen mit der Hintergrundfarbe in Zellen mit Hintergrundbild umgewandelt habe.
Hilft dir das?
Schönen Tag noch,
Reni