IE6Bug,外层container设置了overflow:auto,但是内层嵌套元素有position:relative的时候,显示错误。
HTMl代码:
CSS代码:#container{
height:100px;
border:1pxsolidblue;
overflow:auto;
}
#a{
height:200px;
background-color:lightblue;
float:left;
width:60px;
}
#b{
position:relative;
height:20