Bonjour à tous ma question est simple:
je cherche a mettre deux image a droite d'un texte cependant mon code ne marche pas , ma div est en bas du texte mais pas à droite
Le voilà
Merci d'avance !
Modifié par analfabete (08 Feb 2007 - 15:11)
je cherche a mettre deux image a droite d'un texte cependant mon code ne marche pas , ma div est en bas du texte mais pas à droite
Le voilà
<td width="96">
<p>
<strong>Mes<br />
points</strong>
</p>
<div style="float:right;margin-top:auto; margin-bottom:auto; margin-right:2px">
<img src="flech_croissant.gif" width="6" height="16" />
<img src="flech_decroissant.gif" width="6" height="16" />
</div>
</td>
Merci d'avance !
Modifié par analfabete (08 Feb 2007 - 15:11)