Stub
This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.
The CSS -moz-column-rule-width Mozilla extension property sets the width of the rule drawn between columns in multi-column layouts. Safari supports the -webkit-column-rule-width property.
Values[]
| Value | Description |
|---|---|
<border-width> |
See the values of the border-width property. Negative values are not allowed.
|
CSS example:
body {
-moz-column-count:2;
-moz-column-rule-width:medium;
}
