当前位置: 代码迷 >> HTML/CSS >> IE6的overflow 失灵?
  详细解决方案

IE6的overflow 失灵?

热度:133   发布时间:2013-02-02 12:27:16.0
IE6的overflow 失效??
<div style="margin:20px auto 0 auto; width:50px; height:50px; background-color:Red; overflow-x:visible; overflow-y:visible;position:relative">
       <div style="margin:0 auto; width:30px; height:80px; background-color:purple;position:relative">
</div>

        </div>

正方形里面包含一个矩形,高度溢出,只有IE6中,正方形的高度被拉长了。。。
为什么,如何解决?

------解决方案--------------------
你都没加overflow:hidden;给最外面的div加上就ok了
  相关解决方案