Ciao ragazzi, ho un problemone, ho creato un immagine una mappa eccla:

Codice PHP:
[img]/img/m/scheletro.JPG[/img]
<
map name="NotNamed">
  <
area shape="rect" coords="2,2,71,71" href="1"  alt="">
  <
area shape="rect" coords="73,2,142,71" href="2"  alt="">
  <
area shape="rect" coords="144,2,213,71" href="3"  alt="">
  <
area shape="rect" coords="215,2,284,71" href="4"  alt="">
  <
area shape="rect" coords="286,2,355,71" href="5"  alt="">
  <
area shape="rect" coords="2,73,71,142" href="6"  alt="">
  <
area shape="rect" coords="73,73,142,142" href="7"  alt="">
  <
area shape="rect" coords="144,73,213,142" href="8"  alt="">
  <
area shape="rect" coords="215,73,284,142" href="9"  alt="">
  <
area shape="rect" coords="286,73,355,142" href="10"  alt="">
  <
area shape="rect" coords="2,144,71,213" href="11"  alt="">
  <
area shape="rect" coords="73,144,142,213" href="12"  alt="">
  <
area shape="rect" coords="144,144,213,213" href="13"  alt="">
  <
area shape="rect" coords="215,144,284,213" href="14"  alt="">
  <
area shape="rect" coords="286,144,355,213" href="15"  alt="">
  <
area shape="rect" coords="2,215,71,284" href="16"  alt="">
  <
area shape="rect" coords="73,215,142,284" href="17"  alt="">
  <
area shape="rect" coords="144,215,213,284" href="18"  alt="">
  <
area shape="rect" coords="215,215,284,284" href="19"  alt="">
  <
area shape="rect" coords="286,215,355,284" href="20"  alt="">
  <
area shape="rect" coords="2,286,71,355" href="21"  alt="">
  <
area shape="rect" coords="73,286,142,355" href="22"  alt="">
  <
area shape="rect" coords="144,286,213,355" href="23"  alt="">
  <
area shape="rect" coords="215,286,284,355" href="24"  alt="">
  <
area shape="rect" coords="286,286,355,355" href="25"  alt="">




  <
area shape="default" href="/img/m" target="Page Default (None)">
</
map
ecco io devo fare in modo che in base al tipo di terreno mi metta sopra allo scheletro dele caselle diverse...
ma come posso mettere sui rettangoli vuoti dello scheletro altre immagini?