另一個令人興奮的新特征是邊框圖片。有了這項功能您可以定義一個圖像被用來代替正常的邊框的一個組成部分。這項功能實際上是分成了幾個屬性:邊框和邊框角的形象。這兩個值是:
border-image
:border-top-image
border-right-image
border-bottom-image
border-left-image
border-corner-image
:border-top-left-image
border-top-right-image
border-bottom-left-image
border-bottom-right-image
- 代碼:
- border-image: url(border.png) 27 27 27 27 round round;
- 效果圖:
-
或:border-image: url(border.png) 27 27 27 27 stretch stretch;