Salve a tutti!
Allora pikkola questione ke mi assilla...
Netscape è da sempre considerato un DEMONE perchè interpreta paurosamente alla lettera il codice HTML.
Orbene, perkè allora in corrispondeza di un <td width="1"> non mi crea una cella di larghezza di 1 pixel? :°
Esempio codice:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="1" bgcolor="green">
<table width="1" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
</table>
</td>
<td width="100%" bgcolor="white"></td>
<td width="1" bgcolor="red">
<table width="1" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
Con questo codice kon IE si vedrà: una tabella di width 100% la prima e l'ultima cella che misureranno 1 pixel e quella centrale che misurerà il suo bel 100% - 2 pixel.
Kome diamine faccio ad ottenere un risultato del genere kon NN dalla 4 (compresa) versione in su?? Qualsiasi idea è bene accetta!!
Grazie a tutti!


Rispondi quotando