views:

571

answers:

1

While the lightbox example page works fine for me in IE7, I seem to have broken it in my implementation.

I've written a Lightbox plugin for Mango Blog and everything works fine in Firefox. However, in IE7 the "close" button doesn't work. If I'm fast enough to get my cursor into the position that the close button will be placed before it slides into place, the IE status bar shows the "#" link, but clicking or moving the cursor makes the status bar go blank -- and of course nothing happens.

Not that it was that necessary, but I made a quick screencast of the behavior in IE7. Note the cursor not switching to a hand on the close button.

Any ideas how to fix this?

+1  A: 

Perhaps you should try to use the actual 2.0.4 version of Lightbox as a base, there seem to be several changes in the DOM code, although nothing like the bug you described is mentioned in the changelog.

schnaader
I didn't even realize I was behind on the version of Lightbox I was using, thanks!
Adam Tuttle