属性 |
説明 |
値/記述例 |
background-color |
背景色 |
カラーコード |
background-color:#ffffff; |
background-image |
背景画像 |
url(画像URL) |
background-image:url(../img/img1.gif); |
background-repeat |
背景画像 並べ方 |
repeat repeat-x repeat-y
no-repeat |
敷き詰める 横に並べる 縦に並べる 1つだけ表示 |
|
background-repeat:repeat-x; |
background-position |
背景画像 表示位置 |
(横方向)
left center right 数字+単位 |
左 中央 右 数字指定 |
(縦方向)
top center bottom 数字+単位 |
上 中央 下 数字指定 |
(2つの値をスペースで区切る) |
background-position:top
center; |
background-attachment |
背景画像 スクロール設定 |
スクロールバーを動かした時、
画像も一緒に
scroll fixed
|
スクロールする スクロールしない |
|
background-attachment:fixed; |