Kalle-B: Tabelle IE 100% im Iframe - Problem

Beitrag lesen

Hallo,

habe folgendes Problem und bitte um Hilfe.

... Tabelle mit width="100%".

Und so breit ist sie dann auch. Warum machst du sie nicht breiter?

Der IE interpretiert die width="100%" der Tabelle bezogen auf die width des Iframe.

Probiere mal dieses:

<table style='width:1000%'>
<tr>
  <td width=500>Bild_1</td>
  <td width=800>Bild_2</td>
  <td width=200>Bild_3</td>
  <td>Rest</td>
</tr>
</table>

LG Kalle