bonjour,

je coince depuis 1 heure sur un problème très bête :
Je veux tout simple positionner/aligner mon texte en bas à gauche dans un div :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
<td colspan="7" rowspan="2">
    <div id="cadre_preparez" style="width:622px; height:165px; overflow:hidden;background-image:url(../gfx/accueil/cadre_preparez.jpg); background-repeat:no-repeat; background-color:#FFFFFF; vertical-align:bottom; text-align:left" ; >
        mon texte !!
    </div>
   </td>
j'ai pourtant bien mis mes propriétés CSS mais ça ne marche pas ni dans IE ni dans FF !

où est-le problème ? ça doit être très bête comme erreur non ?