Bonjour à tous, je cherche, je tourne en rond... je n'arrive pas à mettre un DIV en bas à gauche de mon texte (avec habillage sur le texte).
J'ai
<div id="info></div>
<p>blabla></p>
avec pour css du DIV
#info {
width: 200px;
background-color : #ececec;
float : left;
margin-right:15px;
margin-left:15px;
align:bottom;
}
Quelqu'un aurais-t-il une idée ?
Merci
Cyril
J'ai
<div id="info></div>
<p>blabla></p>
avec pour css du DIV
#info {
width: 200px;
background-color : #ececec;
float : left;
margin-right:15px;
margin-left:15px;
align:bottom;
}
Quelqu'un aurais-t-il une idée ?
Merci
Cyril