28173 sujets

CSS et mise en forme, CSS3

Bonjour à tous ma question est simple:
je cherche a mettre deux image a droite d'un texte cependant mon code ne marche pas Smiley sweatdrop , 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 ! Smiley ravi
Modifié par analfabete (08 Feb 2007 - 15:11)