Code:
<table border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background-color: fuchsia">cellule1</td> </tr> <tr> <td></td> </tr> <tr> <td style="background-color: fuchsia">cellule 1</td> </tr> </table>

IE render an empty cell as an 1px height cell,
with firefox everything is ok,
please, Is there a solution (other than display:none;), thankx.
Comment