bonjour,
j'ai un soucis avec le tableau suivant:
<style type="text/css">
<!--
table {border-collapse: collapse; padding:0; margin:0;}
td {border: solid 1px black; padding :5px;margin:0; }
th {border: solid 1px black; padding :5px;margin:0; }
</style>
<table style="width: 100%; border: 0px;border-collapse: collapse; padding:0; margin:0;">
<thead">
<tr>
<th scope="col">
Date(s)</th>
<th scope="col">
Heures</th>
<th scope="col">
Classe</th>
<th scope="col">
Nom et Prénom</th>
</tr>
</thead>
<tbody">
<tr>
<td>
17-18.08.09</td>
<td>
08h00 - 16h55</td>
<td>
ELM3</td>
<td>
Ben</td>
</tr>
</tbody>
</table>
Le problème est que j'ai une largeur de 2 pixels entre les cellules et pas 1 pixel comme cela devrait être. Si j'enlève les thead et tbody alors je n'ai plus de problème. Une idée