Re: Box model: min-margin and max-margin, max-padding and min-padding

> | > So using tables for layout of non-tabular content via HTML is a no-no,
> | > but using "display: table", "display: table-row", and "display:
> | > table-cell" for such content is okay?
> |
>
> The best way would be to use hypothetical "flow" attribute.
>
> . . .

That sounds pretty swell except for the bit about it being hypothetical. 
Somewhat less hypothetically, "display: inline-block" seems like it may be 
another good way to accomplish that kind of layout except that most browsers 
do not yet seem to support it (or at least, they do not yet support it 
well); Opera is a notable exception.

http://www.w3.org/Talks/2003/0521-CSS-WWW2003/inline-demo.html

http://www.hixie.ch/tests/adhoc/css/box/inline-block/ 

Received on Saturday, 2 October 2004 08:54:41 UTC