gopycc / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Z-Index compatibility ie6,7 with ie9 and other standards browsers #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Absolute box relative to inline-block span where box is below span.
2. Absolute box has high z-index.
3. Create multiple of above

What is the expected output? What do you see instead?

Note that ie6,7 (8 untested) the span text (but not normal text) from lower 
instances is displayed on top of absolute box background. ie9 and other 
standards browers display the absolute box on top of all other non-zindex text 
(as expected).

Test file showing results below. (as a zip so that results images are included).

Original issue reported on code.google.com by andrew.h...@gmail.com on 22 Jul 2011 at 5:10

Attachments:

GoogleCodeExporter commented 9 years ago
The IE6/7 z-index bug is very annoying.  While you can get around it with 
mootools etc, a more friendly way would be nice.

Original comment by abi...@gmail.com on 26 Jul 2011 at 7:40