Visualizzazione dei risultati da 1 a 10 su 16

Visualizzazione discussione

  1. #4
    Utente di HTML.it L'avatar di supermac
    Registrato dal
    Jun 2001
    Messaggi
    1,881
    forse ho implementato male ma non funzia, anzi è pure diverso l'effetto in IE e FF:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style>
    tbody td {
    border: 1px 0 0 1px #000 solid;
    }
    tbody th {
    border: 1px 0 0 0 #000 solid;
    }
    thead th {
    border: 0 0 0 1px #000 solid;
    }
    .nobordi {
    border: 0;
    }
    </style>
    </head>
    <body>
    <table>
    <caption>tabella</caption>
    <thead>
    <tr>
    <th>codice</th>
    <th>diametro mm.

    diameter mm.</th>
    <th>1 rocch. = mtl

    1 roll = mtl</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    <tr>
    <th class="nobordi">TOU200</th>
    <td>2,00</td>
    <td>850</td>
    </tr>
    </tbody>
    </table>

    </body>
    </html>
    risultato in IE e FF
    Immagini allegate Immagini allegate
    • Tipo di file: gif 1.gif‎ (17.4 KB, 39 visualizzazioni)
    W la Ferari effetrenavenave!
    il computer è un somaro veloce! (neanche tanto ndr)

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.