bonsoir,
J'essaye mais je commence à fatiguer! comment faire descendre le h2 sous l'image?
(la page du site en cours de refonte).
http://barreau-ajaccio.fr/new-barreau/nous_trouver.php
Modifié par 6l20 (08 Apr 2014 - 08:28)
J'essaye mais je commence à fatiguer! comment faire descendre le h2 sous l'image?
(la page du site en cours de refonte).
http://barreau-ajaccio.fr/new-barreau/nous_trouver.php
<div id="palais">
<img src="images/palais.png" alt="" width="350" height="233" />
<p>Le Barreau d'Ajaccio se ........</p>
<ul>
<li class="bordeaux">Adresse:</li>
<li>4, Bd Masseria</li>
<li>20181 Ajaccio cedex 1</li>
<li>04 95 00 00 00</li>
<li>04 95 xx xx xx</li>
</ul>
</div>
#palais{ width:620px; }
#palais img{ float:left }
#palais p{ height:auto; width:250px ; float:right; text-align:left}
#palais ul{ float:left; width:250px}
#palais h4{ margin-top:20px; margin-bottom:10px;}
#palais h2{ clear:both}
Modifié par 6l20 (08 Apr 2014 - 08:28)