Bonjour,
Comment faire pour la liste et l'image soit d'"aplomb" ?
http://www.cyberbreizh.com/wip/test/Edit2.html
J'ai tenté en positionnant l'image avec un float, mais la liste se colle à l'image par le dessus au lieu de le faire sur le coté comme je le voudrais :S
CSS
merci
Modifié par xis (12 Jul 2007 - 18:10)
Comment faire pour la liste et l'image soit d'"aplomb" ?
http://www.cyberbreizh.com/wip/test/Edit2.html
J'ai tenté en positionnant l'image avec un float, mais la liste se colle à l'image par le dessus au lieu de le faire sur le coté comme je le voudrais :S
CSS
#truc {
width: 760px;
margin: 0 auto ;
background: white;
text-align:center;
}
#tof_droite {
text-align: right;
margin-top: 20px;
margin-bottom: 20px;
background: red;
}
#liste {
text-align: left;
font-size: 0.9em;
width: 200px;
background: pink;
}
#liste ul {
margin: 0px;
padding: 0px;
}
merci
Modifié par xis (12 Jul 2007 - 18:10)