http://www.brenelz.com/blog/squish-the-internet-explorer-z-index-bug/
http://stackoverflow.com/questions/1287439/ie7-z-index-layering-issues
主要意思就是加个 position 然后把值设置大点。
style="position:relative;z-index:2000"
本文介绍了如何通过调整CSS样式中的position属性及增加z-index值来解决Internet Explorer浏览器中的层叠顺序问题。推荐使用position:relative;z-index:2000这样的样式。
http://www.brenelz.com/blog/squish-the-internet-explorer-z-index-bug/
http://stackoverflow.com/questions/1287439/ie7-z-index-layering-issues
主要意思就是加个 position 然后把值设置大点。
style="position:relative;z-index:2000"
7093

被折叠的 条评论
为什么被折叠?