标签:order 注释 段落 方法 int float oat jpg 处理
<div style="height:100px;width:200px;">
<div style="height:auto;width:100px;float:left;">这个容器的高度是随里面的内容的高度而定</div>
<div style="height:100%;width:100px;float:right;">这个容器的高度为父级的高度,100px</div>
</div>
p{
white-space: nowrap
}
//下面是无注释版,复制就能用的:
min-height:400px;*+height:100%;_height:400px; // 兼容
//这种方式还是不错的,当然还有其它处理方法可以解决这样的小问题:
min-height:400px; height:auto!important; height:400px;
标签:order 注释 段落 方法 int float oat jpg 处理
原文地址:https://www.cnblogs.com/lhsaq2009/p/9017915.html