IE7 Z-Index Layering Issues

后端 未结 11 762
执念已碎
执念已碎 2020-11-22 11:31

I\'ve isolated a little test case of IE7\'s z-index bug, but don\'t know how to fix it. I have been playing with z-index all day long.

Wha

11条回答
  •  隐瞒了意图╮
    2020-11-22 11:57

    I found that I had to place a special z-index designation on div in a ie7 specific styelsheet:

    div { z-index:10; }

    For the z-index of unrelated divs, such as a nav, to show above the slider. I could not simply add a z-index to the slider div itself.

提交回复
热议问题