Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有三列。中间列是 600 像素宽的固定内容。如何使左右列填充剩余的可用空间?我意识到这比看起来要困难得多。纯CSS可以吗?
类似于下面的 jsfiddle 示例,但内容宽度应该是固定的。
jsfiddle.net/4EN4P/
而不是使用多个列,只需使用内容列margin: 0 auto而不是浮动并在容器上设置背景颜色。您可以删除左/右列的所有元素和样式。这当然假设这些列没有内容。
margin: 0 auto
http://jsfiddle.net/ExplosionPIlls/4EN4P/1/