开发者

IE7 z-index not working correctly

开发者 https://www.devze.com 2023-04-04 02:13 出处:网络
I\'ve run into the infamous ie7 z-index bug but none of the solutions I have found on the web have been successful in fixing my problem :/

I've run into the infamous ie7 z-index bug but none of the solutions I have found on the web have been successful in fixing my problem :/

See here: http://jsfiddle.net/bwLJM/

开发者_开发技巧The green box appears above in all browsers including ie9 and ie8 but not ie7 (i don't care about ie6)

If I remove the position:relative; from the parent element though it will fix the issue but I need that to stay because I am going to be positioning some elements inside a parent of those boxes using absolute!

Can anyone help?

Thanks


Could you put the overlay box inside relative positioned element? Like in this example?

It works in my IE7.

0

精彩评论

暂无评论...
验证码 换一张
取 消