views:

442

answers:

2

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>

+1  A: 

Oh, wow. When did I lose the "rel="lightbox"" attribute. I fail.

Kristopher Myers
Try to edit your old post instead of and answer to your old question
James Wiseman
A: 

But did it work after that? I've read that Lightbox is not compatible with area maps.

Chris