CSS:-moz-column-width
From MDC
« CSS Reference « CSS Reference:Mozilla Extensions
[edit] Summary
In Mozilla applications, -moz-column-width suggest an optimal column width. The actual column width may be wider or narrower to fit content appropriately.
- Initial value:
auto - Applies to: block-level elements
- Inherited: no
- Percentages: n/a
- Media:
visual - Computed value: the absolute length
-moz-column-width was one of the proposals leading to the proposed CSS3 column-width property.
[edit] Syntax
-moz-column-width: <length> | auto
[edit] Values
- <length>
- indicates designer suggested width in any of the CSS length units.
[edit] Examples
.content-box {
border: 10px solid #000000;
-moz-column-width: 300px;
}
[edit] Specifications
[edit] See also
CSS3 Columns, -moz-column-width, -moz-column-count, -moz-column-gap