div B
当嵌套在Div A
其中具有固定宽度
时,如何获得100% 的宽度?
.divA{width:600px; margin:0 auto;}
.divB{width:100%; height:20px; background-color:black}
.filler{height:800px; background-color:grey}
<div class='divA'>
<div class='filler'></div>
<div class='divB'></div>
</div>
编辑问题是:我.divA
必须position:relative
拿出