Tema: image map
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/09/2005, 21:19
celix
 
Fecha de Ingreso: mayo-2005
Mensajes: 49
Antigüedad: 18 años, 11 meses
Puntos: 0
este seria el codigo sin arreglar, y no funciona. gracias
Código HTML:
<body>

<div>

<img src="mapa1.jpg" alt="" usemap="#mapa1" style="border-style:none" />

</div>

<div>
<map id="mapa1" name="mapa1">
<area shape="rect" coords="0,1,51,59" href="1_1" title="" />
<area shape="rect" coords="52,0,105,59" href="1_2" title="" />
<area shape="rect" coords="106,0,159,59" href="1_3" title="" />
<area shape="rect" coords="159,0,210,59" href="1_4" title="" />
<area shape="rect" coords="211,0,264,58" href="1_5" title="" />
<area shape="rect" coords="267,0,317,58" href="1_6" title="" />
<area shape="rect" coords="266,60,319,114" href="2_6" title="" />
<area shape="rect" coords="211,60,263,113" href="2_5" title="" />
<area shape="rect" coords="159,61,209,113" href="2_4" title="" />
<area shape="rect" coords="107,61,158,114" href="2_3" title="" />
<area shape="rect" coords="52,60,105,114" href="2_2" title="" />
<area shape="rect" coords="0,61,51,113" href="2_1" title="" />
<area shape="rect" coords="52,115,106,167" href="3_2" title="" />
<area shape="rect" coords="107,115,159,167" href="3_3" title="" />
<area shape="rect" coords="160,115,210,167" href="3_4" title="" />
<area shape="rect" coords="211,114,264,168" href="3_5" title="" />
<area shape="rect" coords="107,168,158,216" href="4_3" title="" />
<area shape="rect" coords="160,169,210,215" href="4_4" title="" />
<area shape="rect" coords="53,168,106,216" href="4_2" title="" />
<area shape="rect" coords="212,217,264,269" href="5_5" title="" />
<area shape="rect" coords="160,217,210,269" href="5_4" title="" />
<area shape="rect" coords="106,216,158,269" href="5_3" title="" />
<area shape="rect" coords="265,217,319,269" href="5_6" title="" />
<area shape="rect" coords="160,270,210,323" href="6_4" title="" />
<area shape="rect" coords="107,270,158,324" href="6_3" title="" />
<area shape="rect" coords="53,269,105,323" href="6_2" title="" />
<area shape="rect" coords="212,270,264,323" href="6_5" title="" />
<area shape="rect" coords="160,324,211,370" href="7_4" title="" />
<area shape="rect" coords="107,325,158,369" href="7_3" title="" />
<area shape="rect" coords="53,325,105,370" href="7_2" title="" />
<area shape="default" nohref="nohref" alt="" />
</map>
</div>
</body>