我的CSS中包含以下内容。所有边距/边距/边界均全局重置为0。
#wrapper{width: 75%; min-width: 800px;}
.content{text-align: justify; float: right; width: 90%;}
.lbar{text-align: justify; float: left; width: 10%;}
现在,当我将HTML编写为
<div id="wrapper">
<div class="content">
some text here
</div>
<div class="lbar">
some text here
</div>
</div>
页面正确呈现。但是,当我检查元素时,div#wrapper
显示为0px
高。我会一直期待它扩大,直到年底div.content
和div.lbar
...为什么会出现这种情况?
同样,页面呈现良好。这种行为使我感到困惑。
4
这可能是对你有用的CSS花车101,从列表除了。
—
大卫说要恢复莫妮卡