CSS:-moz-column-count
From MDC
« CSS Reference « CSS Reference:Mozilla Extensions
[edit] Summary
In Mozilla applications, -moz-column-count can be used to set ideal number of columns into which the content of the element will be flowed.
- Initial value:
auto - Applies to: block-level elements
- Inherited: no
- Percentages: n/a
- Media:
visual - Computed value: specified value
-moz-column-count was one of the proposals leading to the proposed CSS3 column-count property.
[edit] Syntax
-moz-column-count: <integer> | auto
[edit] Values
- <integer>
- indicates number of columns into which the content of the element will be flowed.
[edit] Examples
.content-box {
border: 10px solid #000000;
-moz-column-count:3;
}
[edit] Specifications
[edit] See also
CSS3 Columns, -moz-column-width, -moz-column-count, -moz-column-gap