Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente bannato
    Registrato dal
    Jan 2003
    Messaggi
    2,407

    i layer ma come si creano??

    salve a tutti,

    io ho il seguente problema...

    ho una tabella di dimensioni width="100%" e Height="100%"
    all'interno di questa tabella devo introdurre 2 elementi:


    1) del testo che si espanda per tutta l'area della tabella

    2) è un'altra tabella con queste caratteristiche:

    valign="middle"
    align="center"
    width="800"
    height="446"


    E' ovvio che se metto il testo non posso mettere in sequenza e di seguito quindi la tabella a meno che non utilizzi i layer o livelli.

    ma come devo fare per ottenere una struttura come quella descritta sopra e dove nella prima tabella c'è il testo a tutta pagina e sopra in posizione centrale un'altra tabella?

    Grazie

  2. #2
    ma tu vuoi che il testo appaia sopra o sotto la tabella centrata?
    "High tecnology doesn't mean high creativity"

  3. #3
    Utente bannato
    Registrato dal
    Jan 2003
    Messaggi
    2,407
    Originariamente inviato da mukko
    ma tu vuoi che il testo appaia sopra o sotto la tabella centrata?
    al di sotto della tabella

  4. #4
    non riesco bene a capire come utilizzerai questo script ma non importa...cmq dovrebbe essere così

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4 resized
    if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>
    </head>

    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td valign="top"><div id="Layer1" style="position:absolute; width:100%; height:100%; z-index:1; left: ; left: 0; top: 0;"cntx"; top: "cnty";">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="middle"><table width="800" height="446" border="1" cellpadding="0" cellspacing="0">
    <tr>
    <td></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </div>
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo testo testo testo testo testo testo testo testo testo
    testo testo testo vv</td>
    </tr>
    </table>
    </body>
    </html>

    fammi sapere, ciao
    "High tecnology doesn't mean high creativity"

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.