Re: Minimum/maximum width/height for elements/columns in CSS3 ?

Hi Stéphane,
If I'm not mistaken, what you're asking is covered wholly by CSS2's
min-width/max-width and min-height/max-height properties:
http://www.w3.org/TR/CSS21/visudet.html#min-max-widths
http://www.w3.org/TR/CSS21/visudet.html#min-max-heights

It is, however, of note that IE doesn't correctly support height/width
(it treats them as min-height/min-width). Most other modern browsers
(to my knowledge) are fine with this.

Steve

Received on Tuesday, 12 April 2005 10:46:30 UTC