got problem with Image mapping in Netscape Browsers

Hi everybody,<br />
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 <br />
following code:<br />
<br />
<td width="19%" valign="top"><img border="0" src=http://www.htmlforums.com/archive/index.php/"something.gif" usemap="#Text"><br />
<map name="Text"><br />
<br />
<area href=http://www.htmlforums.com/archive/index.php/"http://websitexxxx.html" <br />
<br />
shape="rect"<br />
<br />
coords="7,67,131,78"><br />
<br />
<area href=http://www.htmlforums.com/archive/index.php/"http://websitexxx.html" <br />
<br />
shape="rect"<br />
<br />
coords="7,95,126,105"><br />
<br />
</map><br />
</td><br />
Please help me in thiss!!!!! email me at: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><br />
thankyou<br />
prem<!--content-->Maybe.......<br />
the image after the MAP,<br />
and use pixels iso % in the td,<br />
and use the WIDTH="x" HEIGHT="x" for the image.<br />
============<br />
<table align="center" valign="top" border="1"><br />
<tr><br />
<td width="170"><br />
<map name="Text"> <br />
<area href=http://www.htmlforums.com/archive/index.php/"http://website-one.html" shape="rect" coords="7,50,150,70"> <br />
<area href=http://www.htmlforums.com/archive/index.php/"http://website-two.html" shape="rect" coords="7,100,150,120"> <br />
</map> <img border="0" src=http://www.htmlforums.com/archive/index.php/"something.gif" WIDTH="170" HEIGHT="170" usemap="#Text"><br />
</td><br />
</tr><br />
</table><br />
===============<br />
Hope one of the options is ok........<!--content-->I relaize that i am jumping into this a bit late . . .but there is a nifty little program that used to be available as shareware called Mapedit.<br />
<br />
If you do a lot of image maps -- it sames a lot of time.<br />
<br />
-beth<!--content-->
 
Back
Top