Romhacking a <div>

Aperto da Clomax, Febbraio 05, 2007, 15:25:49

Discussione precedente - Discussione successiva

Clomax

nn mi prendete per pazzo ma ho deciso di utilizzarer i div per la grafica di romhacking. le table allungano il codice e ultimamente nn ci sto capendo più una cippa. non che i div (e relativi effetti collaterali) siano tutta questa gran chiccheria ma ci si accontenta.

Citazione
<html>
    <head>
       <title>Romhackinga a <div></title>
    </head>
   <body style="color: #ffffff; font-family: Verdana, sans-serif; font-style: normal; font-size: small; background: #003162; margin: 0%;">
   
   <div style="padding: 0.1em; background: #0068ae;">benvenuto (header.inc.php)</div>
   <div>banner (header.inc.php)</div>
   

   <div style="float: left; width:20%; background:#0068ae;">
  <div style="padding: 0.1em;">rss (header.inc.php)</div>
   </div>
   <div style="float: left; width:80%; background: #0068ae;">
  <div style="padding: 0.1em; text-align: right;">servizi (header.inc.php)</div>
   </div>

   <div style="clear: left; float: left; width: 25%; margin: 0.5em 0;">
  <div style="background: #0080d5; margin: 0.2em;">
     <div style="padding: 0.1em">menu.inc.php</div>
  </div>
  <div style="background: #0068ae; margin: 0.2em;">
     <div style="padding: 0.1em">menu.inc.php</div>
  </div>
   </div>
   
   <div style="float: right; width: 75%; margin: 0.5em 0;">
  <div style="background: #0080d5; margin: 0.2em;">
     <div style="padding: 0.1em">page.php</div>
  </div>
  <div style="background: #0068ae; margin: 0.2em;">
     <div style="padding: 0.1em">page.php</div>
  </div>
   </div>

   <div style="clear: left; ">
  <div style="float: left; width: 70%; background: #0068ae;">
     <div style="padding: 0.1em;">autori (footer.inc.php)</div>
  </div>
     
  <div style="float: right; width: 30%; background: #0068ae;">
     <div style="padding: 0.1em; text-align: right;">bannerini (footer.inc.php)</div>
  </div>     
   </div>
   
   </body>

</html>