chaosgod: tabellenspalte soll rest als eigene breite nehmen

Beitrag lesen

hm erstmal danke...

ja tabelle is für layout zwecke soll dann aba auch text enthalten

eure tips haben leider nix gebracht ... im firefox sahs mal kurz ok aus aba in anderen browsern damit nicht .... also für meine zwecke unnützt
bei div is das problem das das er mir da ne zeilenhöhe gibt die entsprechene zeile muss aba nur 1px hoch sein

hab mal den kompletten part der tabelle hier ran gehangen .... schaut euch das mal bitte an

<table cellspacing="1" cellpadding="1" border="0" width="98%" style="table-layout:fixed;">
  <tr>
    <td style="height:10px;" colspan="9"  bgcolor="#27B800"></td>
  </tr>
  <tr>
    <td style="height:7px;" colspan="9"  bgcolor="#D6F5CC"></td>
  </tr>
  <tr>
    <td style="height:1px;width:10px;" bgcolor="#D6F5CC"></td>
    <td style="height:1px;width:16px;" colspan="3" bgcolor="#27B800"></td>
    <td style="height:1px;" bgcolor="#D6F5CC"><span style="width:100%;"></span></td>
    <td style="height:1px;width:16px;" colspan="3" bgcolor="#27B800"></td>
    <td style="height:1px;width:10px;" bgcolor="#D6F5CC"></td>
  </tr>
...
</table>