How to make a stable two column layout in HTML/CSS
I want a container with two columns. Details: The container Width should adjust to 100% of its parent element (easily accomplished). Height must adjust to contain both columns (i.e. its height should be exactly equal to the larger height of the two columns, so there is no overflow and scrollbars never show) Should have a minimum size equal to double the width of the left column. The columns in general Should be of variable height, adjusting to the height of their content. Should be side-by-side, such that their top edges are in line. Should not break the layout or wrap under each other if even