paragvshah
Programmer
Hi Friends,
I am having a problem which i have set as background & i want to do mapping on some part of it but the problem is it is doing mapping in the editor (i.e. Dreamweaver 3.0) but in browser it doesn't show the mapping area.
The source code is this :
<body bgcolor="#FFFF99">
<map name="Map3"> <area shape="poly" coords="360,1" href="#"> <area shape="poly" coords="394,1,396,47,392,68,394,90,402,90,409,44,412,28,419,1" href="abc.cfm" alt="Skin Problems" title="Skin Problems">
<area shape="poly" coords="359,0,351,40,355,67,359,89,368,88,366,44,377,16,384,-1" href="xzr.cfm" alt="Skin Problems" title="Skin Problems">
<area shape="poly" coords="358,103,350,120,338,127,338,137,351,136,368,134,368,102" href="xsd.cfm" alt="Feet Problems" title="Feet Problems">
<area shape="poly" coords="400,105,407,118,421,127,422,134,392,133,392,104" href="sdf.cfm" alt="Feet Problems" title="Feet Problems">
</map>
<table width="612" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top">
<td><img src="images_dealpage/ckb2.gif" width="612" height="83"></td>
</tr>
<tr valign="top">
<td><img src="images_dealpage/ckb3.gif" width="612" height="120"></td>
</tr>
<tr valign="top">
<td height="117"><img src="images_dealpage/ckb4.gif" width="612" height="119" usemap="#Map" border="0"><map name="Map">
<area shape="poly" coords="332,117,353,91,386,89,410,103,413,118" href="hairproblems.cfm" alt="Hair Problems" title="Hair Problems">
</map></td>
</tr>
<tr valign="top">
<td height="176"><img src="images_dealpage/ckb5.gif" width="612" height="178" usemap="#Map2" border="0"></td>
</tr>
<tr valign="top">
<td height="178"><img src="images_dealpage/ckb6.gif" width="612" height="160" usemap="#Map3" border="0"></td>
</tr>
</table>
<map name="Map2"> <area shape="poly" coords="336,-1,337,24,343,12,347,38,351,21,359,46,361,16,364,31,377,-2" href="hairproblems.cfm" alt="Hair Problems" title="Hair Problems">
<area shape="poly" coords="391,0,414,22,370,47,360,33,378,3" href="faceheadproblems.cfm" alt="Head, Face & mouth Problems" title="Head, Face & mouth Problems">
<area shape="rect" coords="354,49,436,97" href="asd.cfm"> <area shape="rect" coords="365,131,435,175" href="der.cfm">
<area shape="rect" coords="366,99,436,127" href="uyt.cfm"> </map>
</body>
</html>
I am having a problem which i have set as background & i want to do mapping on some part of it but the problem is it is doing mapping in the editor (i.e. Dreamweaver 3.0) but in browser it doesn't show the mapping area.
The source code is this :
<body bgcolor="#FFFF99">
<map name="Map3"> <area shape="poly" coords="360,1" href="#"> <area shape="poly" coords="394,1,396,47,392,68,394,90,402,90,409,44,412,28,419,1" href="abc.cfm" alt="Skin Problems" title="Skin Problems">
<area shape="poly" coords="359,0,351,40,355,67,359,89,368,88,366,44,377,16,384,-1" href="xzr.cfm" alt="Skin Problems" title="Skin Problems">
<area shape="poly" coords="358,103,350,120,338,127,338,137,351,136,368,134,368,102" href="xsd.cfm" alt="Feet Problems" title="Feet Problems">
<area shape="poly" coords="400,105,407,118,421,127,422,134,392,133,392,104" href="sdf.cfm" alt="Feet Problems" title="Feet Problems">
</map>
<table width="612" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top">
<td><img src="images_dealpage/ckb2.gif" width="612" height="83"></td>
</tr>
<tr valign="top">
<td><img src="images_dealpage/ckb3.gif" width="612" height="120"></td>
</tr>
<tr valign="top">
<td height="117"><img src="images_dealpage/ckb4.gif" width="612" height="119" usemap="#Map" border="0"><map name="Map">
<area shape="poly" coords="332,117,353,91,386,89,410,103,413,118" href="hairproblems.cfm" alt="Hair Problems" title="Hair Problems">
</map></td>
</tr>
<tr valign="top">
<td height="176"><img src="images_dealpage/ckb5.gif" width="612" height="178" usemap="#Map2" border="0"></td>
</tr>
<tr valign="top">
<td height="178"><img src="images_dealpage/ckb6.gif" width="612" height="160" usemap="#Map3" border="0"></td>
</tr>
</table>
<map name="Map2"> <area shape="poly" coords="336,-1,337,24,343,12,347,38,351,21,359,46,361,16,364,31,377,-2" href="hairproblems.cfm" alt="Hair Problems" title="Hair Problems">
<area shape="poly" coords="391,0,414,22,370,47,360,33,378,3" href="faceheadproblems.cfm" alt="Head, Face & mouth Problems" title="Head, Face & mouth Problems">
<area shape="rect" coords="354,49,436,97" href="asd.cfm"> <area shape="rect" coords="365,131,435,175" href="der.cfm">
<area shape="rect" coords="366,99,436,127" href="uyt.cfm"> </map>
</body>
</html>