Bonjour tous,
Cela fait un moment que je ne vous ai pas fréquenté.
J'ai cependant un problème à vous soumettre.
J'ai besoin d'un tableau.
Je veux styler certains td de mon tableau pour le décoller du td au dessus
J'ai donc fait un margin côté css et je l'applique aux td qui en ont besoin.
Ce qui est sur c'est qu'a l'affichage mon margin ne fait pas 19 px
Pourquoi ?
Modifié par la ptiote (14 Sep 2011 - 15:13)
Cela fait un moment que je ne vous ai pas fréquenté.
J'ai cependant un problème à vous soumettre.
J'ai besoin d'un tableau.
Je veux styler certains td de mon tableau pour le décoller du td au dessus
J'ai donc fait un margin côté css et je l'applique aux td qui en ont besoin.
.espace_haut_pour_tableau { margin-top:19px;}
<table width="130" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="structure/vignette2.jpg" width="130" height="130" /></td>
</tr>
<tr>
<td><span class="espace_haut_pour_tableau"><img src="structure/vignette4.jpg" width="130" height="129" /></span></td>
</tr>
<tr>
<td><span class="espace_haut_pour_tableau"><img src="structure/vignette6.jpg" width="130" height="130" /></span></td>
</tr>
<tr>
<td><span class="espace_haut_pour_tableau"><img src="structure/vignette8.jpg" width="130" height="130" /></span></td>
</tr>
</table>
Ce qui est sur c'est qu'a l'affichage mon margin ne fait pas 19 px
Pourquoi ?
Modifié par la ptiote (14 Sep 2011 - 15:13)