<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
中心になりたいです。