Wolfgang Winkler: IFrame 100% Bug in Netscape 6+

Beitrag lesen

Hi!

was genau wird denn beim Netscape angezeigt?

MFG

Philipp

Die IFrames sind nur ein paar Pixel hoch.

Probier mal diesen Code, dann siehst Du was ich meine. Ich hätte gerne, daß die IFrames bis zum unteren Fensterrand gehen.

<table style="width:100%; height: 100%; background-color: #666666">
 <TR>
  <TD style="height:100%; width=40%;">
   <iframe
    style="height: 100%; width:100%"
    src="http://www.altavista.com"
     name="mainframe" id="mainframe" >
   </iframe>
  </TD>
  <TD style="height:100%; width:60%;">
   <iframe
    style="height: 100%; width:100%"
    src="http://www.google.com"
     name="mainframe" id="mainframe" >
   </iframe>
  </TD>
 </TR>
</table>

Mein Mozilla (Bulid 2002040108) zeigt es richtig an, ebenso der IE.