gecko
Feb 27th, 2003, 02:54 AM
I'm trying to use usemap with a background image and it does not work -- apparently this is not possible?
<td width="700" height="458" valign="top" background="some_image.jpg" usemap="#some_image" alt="">
<map name="some_image">
<area shape="circle" coords="414,336, 56" href="page1.php" title="Page 1" alt="See Page 1" >
<area shape="circle" coords="151,369, 46" href="page2.html" title="Page 2" alt="See Page 2" >
</map>
Thanks in advance for any suggestions.
<td width="700" height="458" valign="top" background="some_image.jpg" usemap="#some_image" alt="">
<map name="some_image">
<area shape="circle" coords="414,336, 56" href="page1.php" title="Page 1" alt="See Page 1" >
<area shape="circle" coords="151,369, 46" href="page2.html" title="Page 2" alt="See Page 2" >
</map>
Thanks in advance for any suggestions.