Ciao a tutti,
perchè se ho due tabelle consecutive con impostazioni:
table{
table-layout:fixed;
}
td{
overflow:hidden;
white-space:nowrap;
}
<table width="100%">
<tr>
<td width="800">test</td>
<td></td>
</tr>
</table>
<table>
<tr width="100%">>
<td width="400">test</td>
<td width="200">test</td>
<td width="100">test</td>
<td width="100">test</td>
<td></td>
</tr>
</table>
Le colonne finali non sono sempre allineate, visto che la somma delle larghezze delle altre colonne sono uguali?
grazie

Rispondi quotando