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

CSS border-image-slice Chỉ định bù đắp vào phía trong của hình ảnh biên


border-image-slice 3

Chỉ định bù đắp vào phía trong của hình ảnh biên

Thuộc tính giá trị Ví dụ Mô tả
border-image-slice px border-image-slice: 50px 50px;  
% border-image-slice: 50% 50%;  
fill border-image-slice: fill;  

Xem ví dụ

<style>
.class{ border-image-source: url(border.png);
border-width:30px; }
#px {border-image-slice: 50px 50px; }
#rate {border-image-slice: 50% 50%; }
#fill {border-image-slice: fill; }
</style>

<div id="px" class="class">
.........
</div>

<div id="rate" class="class">
.........
</div>
<div id="fill" class="class">
.........
</div>

Kiểu PX


Kiểu %


Kiểu Fill

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

Firefox Opera Google Chrome Safari IOS Android Window phone
x x x x x x x x x x x x x x


Chủ đề: