Mathias: Tabellendesign

Beitrag lesen

Hi!

Ich habe ein Layout für eine Website mit Tabellen umgesetzt (über Photoshop). Das Ganze sieht jetzt so aus:

<table id="Tabelle_01" width="1025" height="760" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td colspan="2">
                        <img src="images/index_01.gif" width="1024" height="150" alt="" /></td>
                <td>
                        <img src="images/spacer.gif" width="1" height="150" alt="" /></td>
        </tr>
        <tr>
                <td>
                        <img src="images/index_02.gif" width="340" height="232" alt="" /></td>
                <td rowspan="3">
                        <img src="images/index_03.gif" width="684" height="553" alt="" /></td>
                <td>
                        <img src="images/spacer.gif" width="1" height="232" alt="" /></td>
        </tr>
        <tr>
                <td>
                        <img src="images/index_04.gif" width="340" height="59" alt="" /></td>
                <td>
                        <img src="images/spacer.gif" width="1" height="59" alt="" /></td>
        </tr>
        <tr>
                <td rowspan="2">
                        <img src="images/index_05.gif" width="340" height="319" alt="" /></td>
                <td>
                        <img src="images/spacer.gif" width="1" height="262" alt="" /></td>
        </tr>
        <tr>
                <td>
                        <img src="images/index_06.gif" width="684" height="57" alt="" /></td>
                <td>
                        <img src="images/spacer.gif" width="1" height="57" alt="" /></td>
        </tr>
</table>

Da wo jetzt die index_03.gif ist soll der Text hin. Die index_03.gif wird dann Hintergrundbild. Der Text ist aber oft größer als die Tabellenzelle, soll aber nicht in der Tabellenzelle gescrollt werden (overflow:scroll) sondern die Tabelle soll quasi mitwachsen. Dazu hatte ich mir gedacht, dass die Tabellenzelle mit index_04.gif mitwächst. Leider funktioniert es nicht.

Hat einer eine Idee, wie ich das Problem lösen kann? Oder eine Alternative zur Tabelle?

mfg

mathias