Hi everybody,
I need to host a new webpage at my workplace. I prepared images in adobe photoshop and using image mapping, iam giving links to the text on the image. the problem is, the links are working in Netscape 4.75 but not in Netscape 4.7, i have used the
following code:
<td width="19%" valign="top"><img border="0" src="something.gif" usemap="#Text">
<map name="Text">
<area href="
shape="rect"
coords="7,67,131,78">
<area href="
shape="rect"
coords="7,95,126,105">
</map>
</td>
thankyou
prem
I need to host a new webpage at my workplace. I prepared images in adobe photoshop and using image mapping, iam giving links to the text on the image. the problem is, the links are working in Netscape 4.75 but not in Netscape 4.7, i have used the
following code:
<td width="19%" valign="top"><img border="0" src="something.gif" usemap="#Text">
<map name="Text">
<area href="
shape="rect"
coords="7,67,131,78">
<area href="
shape="rect"
coords="7,95,126,105">
</map>
</td>
thankyou
prem