Skip to content
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

In IE7, overlay is on top of modal #19

Open
ghost opened this issue Jul 24, 2012 · 4 comments
Open

In IE7, overlay is on top of modal #19

ghost opened this issue Jul 24, 2012 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 24, 2012

Leanmodal works great; however, in IE7, the overlay sits on top of the modal, so the modal is darkened. It is setup just like it is on your examples page.

jQuery: $("a[rel*=leanModal]").leanModal({ top : 200, overlay : 0.5, closeButton: ".modal_close" });

CSS: .hidden{ background:#f3f3f3; padding:30px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; position:relative; display:none;}

lean_overlay { position: fixed; z-index:10000; top: 0px; left: 0px; height:100%; width:100%; background: #000; display: none}

Any Ideas how to make this work, or this is a known bug?

@ghost
Copy link
Author

ghost commented Jul 24, 2012

You can see an example by pressing the "get certificate button" in IE7: http://bajdesign.com/grantsafe/details-verified.php

@MiBiT-Discuss
Copy link

But the leanmodal examples do work in IE7, so how come you don't explain why this is a bug on leanmodals part and not your code?
Obviously, if you have set up your page "just as the examples" and the examples work and your page does not, then you have not set it up like the examples.

@shanoy
Copy link

shanoy commented Mar 20, 2013

Hello, I have the same problem..How to fix it? Thanks

@MiBiT-Discuss
Copy link

Shanoy. You need to compare your code with the leanmodal examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants