<div style="width: 800px; height: 600px">
<div style="float:left; width: 100px">
left fixed-width column
</div>
<div style="???">
right stretching column (the width should be 700px in this case.)
</div>
</div>
创建两列布局的标准方法是什么,其中左侧是固定大小,右侧是伸展的?
我希望两列的样式都是独立的。我在这里找到了几个解决方案,但是如果我更改左列的宽度,则需要同时更改右列的样式(例如边距)。
我不需要支持旧浏览器。如果它是标准的,那就没问题了。