<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
居中。