background-repeat: no-repeat;
repeat(敷き詰める)
repeat-x(横方向のみ並べる)
repeat-y(縦方向のみ並べる)
no-repeat(ひとつだけ表示する)
inherit(継承)
background-repeat: no-repeat;
repeat(敷き詰める)
repeat-x(横方向のみ並べる)
repeat-y(縦方向のみ並べる)
no-repeat(ひとつだけ表示する)
inherit(継承)
background-position: center center;
left(左端)
center(中央)
right(右端)
50% のような割合
top(上端)
center(中央)
bottom(下端)
50% のような割合
background-image: url(image/back.gif);
url(画像のパス)
background-color:#ffffff;
color
色の名前
transparent(既定値:透明色)
inherit(継承)
background-attachment:fixed;
scroll(一緒にスクロールする)
fixed(スクロールしない)
inherit(継承