Breaking

Thursday, May 2, 2013

CSS column-rule-style

column-rule-style 3

Chỉ định phong cách 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-style none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
xem ví dụ xem ví dụ
column-rule-style:
| | | |
div
{
column-count:3;
column-rule-style:none;
column-rule-width:3px;
}

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