Visualizzazione dei risultati da 1 a 10 su 20

Visualizzazione discussione

  1. #8
    Utente di HTML.it L'avatar di badaze
    Registrato dal
    Jun 2002
    residenza
    Lyon
    Messaggi
    5,372
    Puoi utilizzare "table" è più semplice.

    Esempio

    codice:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    <html>
    <head>
    <title>Untitled</title>
    <style type="text/css">
    <!--
    .horizontal {background-image: url(horizontal.jpg);background-repeat: repeat-x;height:50px}
    .vertical   {background-image: url(vertical.jpg);background-repeat: repeat-y}
    .topLeft    {height:50px;width:50px;background-image: url(1.jpg);}
    .topRight   {height:50px;width:50px;background-image: url(2.jpg);}
    .botLeft    {height:50px;width:50px;background-image: url(3.jpg);}
    .botRight   {height:50px;width:50px;background-image: url(4.jpg);}
    -->
    </style>
    
    <script language="JavaScript" type="text/javascript">
    <!--
    function r() {
     var a = document.getElementById("f");
     alert(a.className);
    }
    //-->
    </script>
    
    
    </head>
    <body>
    
    <table cellpadding="0" cellspacing="0" style="background-color: yellow" border="0" >
    <tr>
     <td class="topLeft">
    
     </td>
     <td class="horizontal" style="height:45;">
     </td>
     <td class="topRight">
    
     </td>  
    </tr>
    
    <tr>
     <td class="vertical">
     </td>
     <td >
      <div id="myDiv" style="height:200px;width:200px;background-color: green">
    	 SONO UNA DIV
    	</div>
     </td >
     <td class="vertical" >
     </td>  
    </tr>
    
    <tr>
     <td class="botLeft">
     </td>
     <td class="horizontal">
     </td>
     <td class="botRight">
     </td>  
    </tr>
    
    </table>
    
    
    </body>
    </html>
    Immagini allegate Immagini allegate
    Ridatemi i miei 1000 posts persi !!!!
    Non serve a nulla ottimizzare qualcosa che non funziona.
    Cerco il manuale dell'Olivetti LOGOS 80B - www.emmella.fr

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.