Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7687007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:36:19+00:00 2026-05-31T19:36:19+00:00

I’ve looked everywhere, found plenty of articles, explaining work a rounds for IE 7,8

  • 0

I’ve looked everywhere, found plenty of articles, explaining work a rounds for IE 7,8 and 9 z-index problems, but none of these cases fixed my problem.

The problem is that I have content in the middle of a page that the user can interact with, but I don’t want the user to be able to interact until 2 seconds after page load (don’t need help with this). So I am using a blocker as a solution, a div that sits above the content being animated in the HTML, with position absolute, and covers the user interaction so you cannot mouseover animate.

This is working in Chrome and Firefox, but all IE’s are having z-index problems.

I made sure every parent element has a position of either relative or absolute, and even tried making the parent containers a higher index and vice-versa. Has anyone ran into a problem like this?

I cannot show code for private matter, but I’ve explained it thoroughly enough I hope.

Any questions, let me know.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:36:21+00:00Added an answer on May 31, 2026 at 7:36 pm

    In IE, I noticed that even when setting parent elements to position relative and/or absolute and having their z-index’s lower than the blocker div (which is a normal fix), the blocker div was still being stacked as an individual index, therefore not stacking over the other elements above. Another problem I noticed is that when you set the blocker background-color to a color, z-index stack works, and you cannot interact with the lower z-index elements. BUT when you set the empty blocker to transparent, z-index will not stack with the other elements (bug).

    Here is a Work around for all IE Browsers *if you are trying to use an empty div to block user interaction (otherwise, the above should work):

    CSS

    #blocker {
        position:absolute;
        width: 100%;
        height: 200%;
        top:0px;
        right:0px;
        bottom:0px;
        left:0px;
        z-index:9999;
        background-image: url('/cont-img/Transparent.gif');
        background-repeat:repeat;
    }
    
    1. Download the transparent gif that works like opacity 0, but for all IE Browser’s: transparent.gif
    2. Repeat gif background so that it repeats x&y over the above elements

    HTML

        <!-- place empty blocker div BELOW content trying to block -->
        <div id="blocker"></div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have an MVC Razor view @{ ViewBag.Title = Index; var c = (char)146;
I want to construct a data frame in an Rcpp function, but when I
I'm new to using the Perl treebuilder module for HTML parsing and can't figure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.