CSS: Is it possible to have a 3-column layout with BOTH the left column and center column flexibly filling the space?

Posted by Steven Lu on Stack Overflow See other posts from Stack Overflow or by Steven Lu
Published on 2012-06-29T03:02:39Z Indexed on 2012/06/29 3:16 UTC
Read the original article Hit count: 77

Filed under:
|
|

It is possible to use position:absolute and left and right on the middle column to set where it ends in relation to the parent div.

However I'd like to be able to have the left side of the center div to start right where the left column ends, and for the left column to be adjustable (based on its content).

This seems like a really basic thing but from what I understand there is no way to do this without flexboxes. Is this true? Is there nothing I could do with clever nesting of semantically superfluous elements and certain styles set to auto?

© Stack Overflow or respective owner

Related posts about css

Related posts about position