Background Properties (屬性) | CSS Version (版本) | Compatibility (兼容性) | Inherit From Parent (繼承性) | Description (簡介) |
background | CSS1 | IE4+ , NS4+ | 無 | 複合屬性。背景特性 |
background-attachment | CSS1 | IE4+ , NS6+ | 無 | 依內容滾動或是固定背景 |
background-color | CSS1 | IE4+ , NS4+ | 無 | 背景色 |
background-image | CSS1 | IE4+ , NS4+ | 無 | 背景圖片 |
background-position | CSS1 | IE4+ , NS6+ | 無 | 背景圖位置 |
background-pisitionX | IE專屬 | IE5.5+ | 無 | 橫坐標位置 |
background-pisitionY | IE專屬 | IE5.5+ | 無 | 縱坐標位置 |
background-repeat | CSS1 | IE4+ , NS4+ | 無 | 背景圖片是否要鋪排顯示 |
layer-background-color | NS專屬 | NS4+ | 無 | 整個區域的背景色 |
layer-background-image | NS專屬 | NS4+ | 無 | 整個區域的背景圖片 |
更詳細在下方整理
background-attachment | scroll | 背景圖隨內容滾動 |
fixed | 背景圖片固定 | |
background-color | transparent | 背景色透明 |
color | 指定顏色「可使用color(red | blue | green 等)或是rgb(220,50,173)或是色碼」 | |
background-image | none | 無 |
url | 背景圖位置「background-image:url('網址')」 | |
background-position | length | 百分比值「background-position:length(100%) | length(0%)」 坐標位置 |
position | top | center | bottom | left | center | right 「background-position:position(top) | position (left)」 | |
background-repeat | no-repeat | 背景圖只顯示唯一 |
repeat-x | 背景圖橫向顯示平鋪 | |
repeat-y | 背景圖縱向顯示平鋪 |
全站熱搜
留言列表