Breaking

Thursday, May 2, 2013

CSS column-rule-width

column-rule-width 3

Xác định chiều rộng của các quy tắc giữa các cột

Thuộc tính giá trị Ví dụ Mô tả
column-rule-width thin column-rule-width: thin;  
medium column-rule-width: medium;  
thick column-rule-width: thick;  
length column-rule-width: 10px;  
column-rule-width:
| | | | | |
div
{
column-count:3;
column-rule-style:solid;
column-rule-width:thin;
}

Sự tương thích ( Cập nhật / Báo lỗi )

Firefox Opera Google Chrome Safari IOS Android Window phone
10 11 11 18 5.1 * * * * 3.2 2.1 8

No comments:

Post a Comment