Je cherche à faire une map area sur les région de france un peux comme sur le boncoin,
Code : Tout sélectionner
<section class="france">
<img src="img/france.gif" alt="france" usemap="#france">
<map name="france">
<area alt="" title="" href="#" shape="poly" coords="536,543,544,567,550,585,549,610,544,634,540,649,517,646,512,631,501,600,502,578" />
</map>
</section>Code : Tout sélectionner
.france
{
text-align: center;
}
img
{
width: 60%;
height: 600px;
}