CSS - Fluid column [duplicate]
问题 This question already has answers here : Div layout with 3 columns: fixed - liquid - fixed (2 answers) Closed 6 years ago . Here is my code: http://jsfiddle.net/2Mtcq/. I want the middle column to be fluid, but left and right colums - to be set width. How do I make the middle fluid? I want it to look something like: https://dl.dropboxusercontent.com/u/22358199/Screen%20Shot%202013-05-31%20at%2011.00.31%20AM.png body { margin:10px; } #header { width:600px; background-color: #f0efee; } #main{