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