I'm trying to make two columns — sidebar and content.
- Minimum height of each column should be height of viewport.
- I don't know which column will be taller
- Left column width should be 25%, or at least be changeable by media queries.
(black border is browser viewport)
I can't use faux columns, because I need color of columns to be dynamic. I can't use javascript solution to set height, because images with unknown size may appear in one of columns.
Does anyone knows how to do this? This thing is driving me crazy