-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html5 + ie = lightbox_me fails #32
Comments
We haven't seen this behavior when using lightbox_me with Jive (which supports IE7 and is in HTML5). What version of jQuery are you running? I haven't tested it with the latest, and I know it has some HTML5 / IE7 ramifications that I haven't tested out yet. |
I am using 1.6.3 but I tried various older versions. The only thing that made it work was using a doctype. I used XHTML 1.0 Transitional that I copied from your demo page, haven't tried any others. |
I can confirm that with HTML 4.0 Transitional Lightbox_me will not work in IE. |
Thanks for tracking this down. I'll see if I can figure out what's going on. |
We are seeing the same issue in IE8 when using both and Using XHTML 1.0 works fine... however our website won't render properly with XHTML. |
After much hair-pulling I have determined that html5 doctype breaks lightbox_me in ie (versions 7-9). All other browsers seem to work fine. Its hard to adequately debug the issue in ie, but $self.outerWidth() is a crazy large number and the positioning fails completely. Is this a known problem with html5?
The text was updated successfully, but these errors were encountered: