這篇文章主要為大家展示了“css中的border-image屬性怎么用”,內(nèi)容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“css中的border-image屬性怎么用”這篇文章吧。
通道ssl適用于網(wǎng)站、小程序/APP、API接口等需要進行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯(lián)公司的ssl證書銷售渠道,可以享受市場價格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!
CSS3border-image屬性
作用:使用圖片來創(chuàng)建邊框
說明:復(fù)合屬性。設(shè)置或檢索對象的邊框樣式使用圖像來填充??梢砸淮涡栽O(shè)置:border-image-source,border-image-slice,border-image-width,border-image-outset和border-image-repeat屬性的值。
語法:
border-image:sourceslicewidthoutsetrepeat|initial|inherit;
參數(shù):
border-image-source:用于指定要用于繪制邊框的圖像的位置。
border-image-slice:圖像邊界向內(nèi)偏移。
border-image-width:圖像邊界的寬度。
border-image-outset:用于指定在邊框外部繪制border-image-area的量。
border-image-repeat:用于設(shè)置圖像邊界是否應(yīng)重復(fù)(repeat)、拉伸(stretch)或鋪滿(round)。
css3border-image屬性使用示例
div
{
border:15pxsolidtransparent;
width:300px;
padding:10px20px;
}
#round
{
-moz-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030round;/*OldFirefox*/
-webkit-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030round;/*SafariandChrome*/
-o-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030round;/*Opera*/
border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030round;
}
#stretch
{
-moz-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030stretch;/*OldFirefox*/
-webkit-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030stretch;/*SafariandChrome*/
-o-border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030stretch;/*Opera*/
border-image:url(/upload/otherpic49/5af270fd37755429.jpg)3030stretch;
}
這是我們使用的圖片:
注釋:InternetExplorer不支持border-image屬性。
border-image屬性規(guī)定了用作邊框的圖片。
以上是“css中的border-image屬性怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!