Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    Tag "height" e Firefox. Aiuto!

    Salve a tutti!
    Ho un problema gigante che non riesco a risolvere: Ho creato una pagina web inserendo anche un i-frame dentro una tabella. Ho impostato il tag <height="100%"> per fare in modo che con qualunque risoluzione la pagina arrivasse sul fondo del video. Con IE funziona, con Firefox la pagina si apre solo per un pezzo. Le ho provate tutte, spostare il tag, usare lo style, ma nulla ha funzionato. Vi posto il codice, spero possiate darmi una mano. Grazie!


    :master:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT">

    <html>
    <head>
    <title>&curren;&curren; RESIDENT EVIL PAGE &ordm;&ordm; Risorse su Resident Evil in Italiano &ordm;&ordm; www.residentevilpage.tk &curren;&curren;</title>
    <link href="CSS/css_re_main.css" rel="stylesheet">
    <script language="JavaScript" src="JS/munu_controller_main.js" type="text/javascript"></script>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
    </head>

    <body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FF0000" alink="#000000" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

    <table align="center" width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
    <td height="60" valign="top">
    [img]elementi_grafici/rep_intestazione.jpg[/img]
    </td>
    </tr>
    <tr>
    <td height="40" valign="top">
    <table align="center" width="100%" cellspacing="2" cellpadding="2" border="0">
    <tr>
    <td class="menu" id="choice1" onmouseover="movein(this,'Ritorna alla Pagina Principale')" onmouseout="moveout(this)" align="center" width="5%">
    Home
    </td>
    <td class="menu" id="choice2" onmouseover="movein(this,'Tutti gli episodi di Resident Evil')" onmouseout="moveout(this)" align="center" width="10%">
    Resident Evil
    </td>
    <td class="menu" id="choice3" onmouseover="movein(this,'Il progenitore di Resident Evil: Sweet Home')" onmouseout="moveout(this)" align="center" width="5%">
    Sweet Home
    </td>
    <td class="menu" id="choice4" onmouseover="movein(this,'Il film di Resident Evil')" onmouseout="moveout(this)" align="center" width="15%">
    Resident Evil: The Movie
    </td>
    <td class="menu" id="choice5" onmouseover="movein(this,'Siti che riguardano Resident Evil!')" onmouseout="moveout(this)" align="center" width="5%">
    Link
    </td>
    <td class="menu" id="choice6" onmouseover="movein(this,'Scrivici!')" onmouseout="moveout(this)" align="center" width="5%">
    E-Mail
    </td>
    </tr>
    <tr>
    <td colspan="8" align="center" bgcolor="#333333" height="22">
    <font face="'Courier New',Courier,monospace" size="1" color="#FFFFFF" id="boxdescription"></font>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td width="100%" height="100%" valign="top">
    <iframe src="principale.htm" name="sotto" id="sotto" width="100%" height="100%" hspace="0" vspace="0" align="top" frameborder="0" border="0">
    <div align="center"><font size="2" color="#FF0000">Il tuo browser non supporta gli I-Frame. Mentre ti adoperi per aggiornarlo, clicca qui!</font></div>
    </iframe>
    </td>
    </tr>
    </table>

    </body>
    </html>

  2. #2
    Nessuno mi sa aiutare?

    *__*

  3. #3

  4. #4
    L'attributo height="tot" ormai non si può più utilizzare perché è deprecato, puoi provare a mettere style="height: 100%;" all'interno del tag body o del tag table, però non devi utilizzare l'attributo height="tot"
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  5. #5
    Originariamente inviato da Federix
    L'attributo height="tot" ormai non si può più utilizzare perché è deprecato, puoi provare a mettere style="height: 100%;" all'interno del tag body o del tag table, però non devi utilizzare l'attributo height="tot"

    Grazie, purtroppo non funiziona.

    *__*

  6. #6
    nel foglio di stile aggiungi:

    html, body {height:100%}


    e poi fai come ti ha detto Federix
    4 pag. x il forum:l'ospite ora ha solo link sponsorizzati, valli a capire-GommaLayout! Agg. 25 agosto 2004)-Molla&Collano privati tecnici, per favore

  7. #7

    MA VOI SIETE DEI MITI!!!

    Originariamente inviato da Jerry Masslo
    nel foglio di stile aggiungi:

    html, body {height:100%}


    e poi fai come ti ha detto Federix
    Grazie!!! Funziona!!!!



    *__*

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 © 2024 vBulletin Solutions, Inc. All rights reserved.