I'm coming across a strange issue in Firefox 14. I have a page with an iFrame, the content of which has an imagemap, the hrefs of which are anchor tags.
I have the same anchor tag links in a regular a tag just above the image and they work fine.
The imagemap also works fine in other browser, just not in FF on Mac or PC.
Here's the code:
<div class="pja-circle-links">
<ul>
<li class="first"><a href="#connected-thinking-mobility">Mobility</a></li>
<li class="second"><a href="#connected-thinking-data">Data Demand</a></li>
<li class="third"><a href="#connected-thinking-efficiency">Efficiency</a></li>
</ul>
</div>
<img src="../img/innovations-connected-circles.jpg" width="361" height="139" usemap="#connected-thinking-map" border="0" />
<map name="connected-thinking-map" id="connected-thinking-map">
<area shape="circle" coords="64,63,61" href="#connected-thinking-mobility" alt="transportation" />
<area shape="poly" coords="123,36,139,18,161,7,182,5,203,10,216,18,229,33,237,51,237,72,232,90,223,108,207,120,189,125,167,125,150,120,131,107,122,89,128,66" href="#connected-thinking-data" alt="data" />
<area shape="poly" coords="234,33,251,17,275,6,302,5,325,15,341,34,350,55,348,79,340,101,324,116,307,125,276,127,254,117,241,103,233,94,239,64" href="#connected-thinking-efficiency" alt="product" />
</map>
Does anyone know of a solution for this? If not, perhaps I've stumbled across a legit bug.
Thanks.
Edit: I do see the right anchor location in the status bar when rolling over the image