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

IE8/9 overlay set to absolute #88

Open
timginn opened this issue Jan 30, 2013 · 0 comments
Open

IE8/9 overlay set to absolute #88

timginn opened this issue Jan 30, 2013 · 0 comments

Comments

@timginn
Copy link

timginn commented Jan 30, 2013

This code runs in IE8/9 (including in Standards mode) despite them actually supporting fixed position. As a result, IE8/9 users can scroll the page and the darkened overlay is only partially, or not at all visible.

if (guiders._isIE) {
   $("#guiders_overlay").css("position", "absolute");
}
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

1 participant