<body style="width: 100%; text-align: center;">
<div style="margin: 0 auto;">container
<div style="width: 200px; margin-top: 100px; float: left;">
left
</div>
<div style="width: 728px; float: left;">
<div style="height: 100px;">
1
</div>
<div style="height: 150px;">
2
</div>
<div style="margin-bottom: 0; bottom: 0; height: 100%;">
3
</div>
</div>
</div>
</body>
DIV1有一个固定的高度,
DIV2通过 jQuery 改变它的高度
DIV3必须尽可能地伸展,在2下降到bottom: 0;
缺少哪些样式3?
我也想container居中。