HTML and CSS Reference
In-Depth Information
Examples
.two-column {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2;
-moz-column-gap: 100px; -webkit-column-gap: 100px;
column-gap: 100px;
-moz-column-rule: 5px solid red;
-webkit-column-rule: 5px solid red;
column-rule: 5px solid red;}
.three-column {-moz-column-count: 3; -webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 2em; -webkit-column-gap: 2em;
column-gap: 2em;
-moz-column-rule: .5em dashed green;
-webkit-column-rule: .5em dashed green;
column-rule: .5em dashed green;}
O NLINE http://htmlref.com/ch6/columnrule.html
Compatibility
CSS3
Chrome 3+, Firefox 3.5+, Safari 4+
Note
• Firefox browsers support this property as -moz-column-rule and WebKit-based
browsers like Chrome and Safari support it as -webkit-column-rule .
column-rule-color
This property defines the color of any rules between columns in a multicolumn text flow.
Search WWH ::




Custom Search