Thứ Bảy, 27 tháng 4, 2013

CSS outline-style


outline-style 3

Sets the style of an outline

Thuộc tính giá trị Ví dụ Mô tả
outline-style none
dotted
dashed
solid
double
groove
ridge
inset
outset
Xem demo dưới Xem demo dưới
outline-style:
div
{
border:2px solid green;
outline-color:red;
outline-style:none;
}

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

Firefox Opera Google Chrome Safari IOS Android Window phone
               


Chủ đề: