Skip to content

IE8/9 overlay set to absolute #88

@timginn

Description

@timginn

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");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions