What I Want From CSS3 - Part 1 | October 25, 2005
I’ve been thinking about liquid layouts recently and have decided how useful min-padding, max-padding, min-margin and max-margin would be.
Generally in liquid layout you will set padding/margin using percentages to create a liquid gutter between elements. However once the layout is reduced beyond a certain width, the gutters start to get too small. As such it would be great if you could set a minimum gutter width to maintain the separation of elements, and hence legibility.
Conversely, on a wide screen, gutters can become ridiculously big, causing a disconnect between content elements. Setting a maximum gutter width would prevent this problem and help keep elements visually associated.
Considering there is a min and max width, it seems like an oversight not to have an equivalent for for padding and margin.
Posted at October 25, 2005 9:26 PM
AkaXakA said on October 25, 2005 10:21 PM
You can do that already with min and max width. It requires extra div’s, but it’s certainly possible.