I have inserted an image map here: http://alettojewelry.com/zencart/
There seems to be a base href overriding my hot spots and all clicks lead to the above (same) URL. I'm not sure if it's the href or if I'm doing something wrong with the map.
Any help on resolving this would be appreciated. Thanks...
This is what I inserted into tpl_header.php:
<div id="headerWrapper">
<!--bof-navigation display-->
<img name="logoNav" src="../images/logoNav.gif" width="941" height="127" border="0" id="logoNav" usemap="#m_logoNav" alt="" />
<map name="m_logoNav" id="m_logoNav">
<area shape="rect" coords="782,102,929,127" href="http://alettojewelry.com/zencart/" alt="" />
<area shape="rect" coords="657,102,738,120" href="http://alettojewelry.com/zencart/" alt="" />
<area shape="rect" coords="529,100,635,123" href="http://alettojewelry.com/zencart/" alt="" />
<area shape="rect" coords="340,101,501,122" href="http://alettojewelry.com" alt="" />
<area shape="rect" coords="236,102,304,121" href="http://alettojewelry.com" alt="" />
<area shape="rect" coords="135,104,202,122" href="http://alettojewelry.com" alt="" />
<area shape="rect" coords="31,103,89,122" href="http://alettojewelry.com" alt="" />
</map>



