We are using a heavily modded version of the jquery lightbox plugin to create a lightbox with a gallery on the side. However, when I do
$('.popup').lightBox({fixedNavigation:true});
IE 7/6 gives me an error on that line. This works on every other browser. Now of course, being IE 7 and 6, theres no actual error description, so I'm not really sure what to do.
For reference, the popup
class is on a set of links to images that all get opened as a gallery.
I am looking for a better way to debug this problem, or if anyone knows if there is a certain incompatibility with the jquery lightbox that I am using and IE 7/6.
If you know how to solve it, that is perfect too.