css3.0參考手冊(cè)中文版.適合學(xué)習(xí)和速查.
css3常用屬性介紹
例如:Border-image版本:CSS3
繼承性:無(wú)
語(yǔ)法:border-image : none | <image> [ <number> | <percentage>]{1,4} [ / <border-width>{1,4} ]? [ stretch | repeat | round ]{0,2}
相關(guān)屬性 : 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
取值:none: 默認(rèn)值。無(wú)背景圖。
<image>: 使用絕對(duì)或相對(duì) url 地址指定背景圖像。
<number>: 邊框?qū)挾扔霉潭ㄏ袼刂当硎尽?
<percentage>: 邊框?qū)挾扔冒俜直缺硎尽?
[ stretch | repeat | round ]: 拉伸 | 重復(fù) | 平鋪 (其中stretch是默認(rèn)值。)
說(shuō)明:使用圖片作為對(duì)象的邊界。
當(dāng)table設(shè)置border-collapse為collapse無(wú)效。
您的評(píng)論需要經(jīng)過(guò)審核才能顯示
有用
有用
有用