Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Problema con i livelli

  1. #1

    Problema con i livelli

    Ciao a tutti.
    Ho un problema e spero che qualcuno possa aiutarmi a risolverlo.
    Nella creazione della mia home (con dreamweaver),ho inserito dei livelli.
    Il problema è che mi sono accorto che cambiando la risoluzione dello scermo da 800*600 a 1024*768, i livelli non mantengono la posizione all'interno della pagina, ma si spostano sovrapponendosi ad altre immagini.
    Prima ho pensato di non utilizzarli, ma poi, visitando altri siti, ho notato che i livelli sono inseriti e si adeguano alla pagina cambiando risoluzione, però non ho capito il sistema utilizzato.
    Come posso fare?
    Grazie.

  2. #2

    Re: Problema con i livelli

    Se ad esempio inserisco una tabella con un livello nell'angolo superiore sinistro,cambiando la risoluzione nella 1024*768,il livello non è più nell'angolo superiore sinistro della tabella come vorrei.
    La tabella si centra rispetto alla pagina più grande,il livello rimane fermo.

    Codice:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Documento senza titolo</title>
    <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>
    <table width="760" border="2" align="center" cellpadding="2" cellspacing="2">
    <tr>
    <td width="26"><div id="Layer1" style="position:absolute; width:241px; height:81px; z-index:1; left: 15px; top: 12px;">
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    </div></td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="37"> </td>
    <td width="77"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="26"> </td>
    <td width="38"> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td colspan="20"> </td>
    </tr>
    </table>
    </body>
    </html>

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.