IE6和IE7下浮动层被挡着了_html/css
来源:懂视网
责编:小采
时间:2020-11-27 16:32:55
IE6和IE7下浮动层被挡着了_html/css
IE6和IE7下浮动层被挡着了_html/css_WEB-ITnose:无标题文档.ceshi{ width:204px; height:204px; float:left; }.ceshi a{ width:200px; height:200px; display:block; border:2px #efefef solid; position:relative; z-index:10; }.ceshi a .box1
导读IE6和IE7下浮动层被挡着了_html/css_WEB-ITnose:无标题文档.ceshi{ width:204px; height:204px; float:left; }.ceshi a{ width:200px; height:200px; display:block; border:2px #efefef solid; position:relative; z-index:10; }.ceshi a .box1

鼠标移到左边,弹出的box2被右边挡住了,
加了z-index:9999;也没有用,
注意position:relative;必须加在.ceshi a上,
不能加在.ceshi a:hover上
求指点,谢谢
回复讨论(解决方案)
楼主参考下
http://topic.csdn.net/u/20110610/21/9c6b45c9-07e1-4263-a89d-4322c874d82f.html
http://www.andymao.com/andy/post/69.html
IE6和IE7下浮动层被挡着了_html/css
IE6和IE7下浮动层被挡着了_html/css_WEB-ITnose:无标题文档.ceshi{ width:204px; height:204px; float:left; }.ceshi a{ width:200px; height:200px; display:block; border:2px #efefef solid; position:relative; z-index:10; }.ceshi a .box1