Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Iframe

  1. #1

    Iframe

    Ciao,
    sto facendo delle prove con il tag iFrame, ma si comporta in maniera un po' strana.
    Nello specifico questo e' il mio test:


    <html>
    <head><title>TEST iFRAME</title></head>

    <body>
    <table border="1" width="500" height="400">
    <tr><td height="50">HEADER</td></tr>
    <tr><td height="300"><iframe src="testo.html"></td></tr>
    <tr><td height="50">FOOTER</td></tr>
    </table>
    </body>
    </html>


    Con l'iframe, la tabella mi appare piu' alta e senza la riga FOOTER, togliendolo la tabella mi appare corretta (ovviamente).
    Come mai?
    Ho provato sia con Explorer 5.5 che con Mozilla (su IE per Mac sembra funzionare, invece).
    Ciao,

    PC

  2. #2
    prova con questo codice HTML

    codice:
    <html> 
    <head><title>TEST iFRAME</title></head> 
    
    <body> 
    <table border="1" width="500" height="400"> 
      <tr>
        <td height="50">HEADER</td>
       </tr> 
       <tr>
         <td height="300">
           <iframe src="testo.html"></iframe>
         </td>
       </tr> 
       <tr>
         <td height="50">FOOTER</td>
       </tr> 
     </table> 
    </body> 
    </html>
    0m4r
    http://omar.adobati.it

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.