I have created an image map that displays fine and works fine in explorer. However in Netscape it does not see any of the links, or rather just does not work. Here is the code:
<MAP NAME="navbar">
<AREA SHAPE="RECT" COORDS="78,45,195,25" HREF="index.shtml" TITLE="Home">
<AREA SHAPE="RECT" COORDS="60,70,195,50" HREF="philosophy.shtml" TITLE="Philosophy">
<AREA SHAPE="RECT" COORDS="48,95,195,75" HREF="services.shtml" TITLE="Services">
<AREA SHAPE="RECT" COORDS="41,120,195,100" HREF="loans.shtml" TITLE="Loans">
<AREA SHAPE="RECT" COORDS="39,145,195,125" HREF="whatsnew.shtml" TITLE="What's New">
<AREA SHAPE="RECT" COORDS="39,170,195,150" HREF="calculator.shtml" TITLE="Loan Calculator">
<AREA SHAPE="RECT" COORDS="47,195,195,175" HREF="hrslocation.shtml" TITLE="Hours And Location">
<AREA SHAPE="RECT" COORDS="58,220,195,200" HREF="contact.shtml" TITLE="Contact Us">
</MAP>
<!-- End Navbar Image Map -->
<td valign="top" bgcolor="#ffffff" width="200" height="1">
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="0" width="200" height="1">
<tr>
<td align="center" valign="top" width="200" height="440">
<IMG SRC="images/navbar.jpg" USEMAP="#navbar" width="200" height="440" border="0" alt="Navigation Menu"></td>
</tr>
</table></td>
If anyone can give me ANY IDEA why that code should not work in Netscape I would love to know.
Thanks.
<MAP NAME="navbar">
<AREA SHAPE="RECT" COORDS="78,45,195,25" HREF="index.shtml" TITLE="Home">
<AREA SHAPE="RECT" COORDS="60,70,195,50" HREF="philosophy.shtml" TITLE="Philosophy">
<AREA SHAPE="RECT" COORDS="48,95,195,75" HREF="services.shtml" TITLE="Services">
<AREA SHAPE="RECT" COORDS="41,120,195,100" HREF="loans.shtml" TITLE="Loans">
<AREA SHAPE="RECT" COORDS="39,145,195,125" HREF="whatsnew.shtml" TITLE="What's New">
<AREA SHAPE="RECT" COORDS="39,170,195,150" HREF="calculator.shtml" TITLE="Loan Calculator">
<AREA SHAPE="RECT" COORDS="47,195,195,175" HREF="hrslocation.shtml" TITLE="Hours And Location">
<AREA SHAPE="RECT" COORDS="58,220,195,200" HREF="contact.shtml" TITLE="Contact Us">
</MAP>
<!-- End Navbar Image Map -->
<td valign="top" bgcolor="#ffffff" width="200" height="1">
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="0" width="200" height="1">
<tr>
<td align="center" valign="top" width="200" height="440">
<IMG SRC="images/navbar.jpg" USEMAP="#navbar" width="200" height="440" border="0" alt="Navigation Menu"></td>
</tr>
</table></td>
If anyone can give me ANY IDEA why that code should not work in Netscape I would love to know.
Thanks.