【发布时间】:2011-12-13 10:50:16
【问题描述】:
我想将我的 div 高度扩大 100%,但它不起作用:
到目前为止,我的代码是:
.add{
border:1px solid #ddd;
display:block;
float:right;
margin:0 0 10px 10px;
padding:10px;
height:100%;
}
还有 HTML:
<div>
<div class="add">
<div style="width:100px;height:400px;background:#ccc;"></div>
</div>
Lorem ipsum dolor sit amet... And a lot of text here
Lorem ipsum dolor sit amet... And a lot of text here
Lorem ipsum dolor sit amet... And a lot of text here
</div>
【问题讨论】:
-
你能提供你的html结构吗?