看到裏面的CSS:http://jsfiddle.net/4JgA4/114/身高100%不起作用,兩個div的div
另外這裏:
<div style="min-height:40px; border:solid 1px black; float:left;">
<div style="border:solid 1px black; height:150px; float:left;">
First to set height
</div>
<div style="border:solid 1px red; height:100%; float:left;">
Why don't get the 100%
</div>
</div>
爲什麼在第二個div沒有得到100%?
看到這個http://stackoverflow.com/a/7049918/2291134 – gjman2
它會根據你的父母DIV的高度和你的父母DIV高度挑是150像素,因此會得到150px以及你的第一格 –