This is a bizarre one!
On this page:
http://wp.beautifullytold.com/?page_id=168
I have a photo with an image-map defining two areas (one for each photo-frame). The wedding one works, the portrait one doesn't (the pointer doesn't change when you mouse-over it, and nothing happens when you click on it).
The HTML is as follows (ignore the destinations of the links, they will be changed):
<img src="http://wp.beautifullytold.com/wp-content/uploads/london-wedding-photographer.jpg" alt="" width="900" height="503" usemap="#Map" border="0" />
<map name="Map"> <area shape="rect" coords="267,114,452,279" href="wedding/index.html" alt="Wedding photographer London" /></map>
<map name="Map"> <area shape="rect" coords="532,114,717,279" href="portrait/index.html" alt="Portrait photographer London" /></map>
The HTML is pasted in directly from my existing non-Wordpress site (just the image URL updated) where both links work perfectly. Can anyone shed any light?