I am trying to use Lightbox with an area map. I have gotten it to work fine with Firefox, but in Internet Explorer, it simply opens a new window. I tried using Slimbox, but it doesn't seem to support area maps at all.
Suggestions? Here is the HTML code:
<div align="center"><img src="images/background-temporary.jpg" width="667" height="475" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area href="images/background-temporary.jpg" shape="poly" coords="236,396,267,396,269,428,237,429,236,396" />
</map>