CSS:-moz-column-gap
From MDC
« CSS Reference « CSS Reference:Mozilla Extensions
[edit] Summary
In Mozilla applications, -moz-column-gap sets the gap between columns for block elements which are specified to display as a multi-column element.
- Initial value:
normal - Applies to: multi-column elements
- Inherited: no
- Percentages: n/a
- Media:
visual - Computed value: specified value
-moz-column-gap was one of the proposals leading to the proposed CSS3 column-gap property.
[edit] Syntax
-moz-column-gap: <length> | normal
[edit] Values
- <length>
- a non-negative value in any of the CSS length units to specify gap between columns.
[edit] Examples
.content-box {
border: 10px solid #000000;
-moz-column-count: 3;
-moz-column-gap: 20px;
}
[edit] Specifications
[edit] See also
CSS3 Columns, -moz-column-width, -moz-column-count, -moz-column-gap