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.