backgroundの最近のブログ記事

background-repeat

| コメント(0) | トラックバック(0)
background-repeat: no-repeat;

 repeat(敷き詰める)

 repeat-x(横方向のみ並べる)

 repeat-y(縦方向のみ並べる)

 no-repeat(ひとつだけ表示する)

 inherit(継承)

background-position

| コメント(0) | トラックバック(0)
background-position: center center;

  left(左端)

 center(中央)

 right(右端)

  50% のような割合

 top(上端)

 center(中央)

 bottom(下端)

  50% のような割合

background-image

| コメント(0) | トラックバック(0)
background-image: url(image/back.gif); 

url(画像のパス)

background-color

| コメント(0) | トラックバック(0)
background-color:#ffffff;

color

 色の名前

 transparent(既定値:透明色)

 inherit(継承)

background-attachment

| コメント(0) | トラックバック(0)
background-attachment:fixed;

 scroll(一緒にスクロールする)

 fixed(スクロールしない)

 inherit(継承

エントリー一覧

このアーカイブについて

このページには、過去に書かれたブログ記事のうちbackgroundカテゴリに属しているものが含まれています。

次のカテゴリはborderです。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

OpenID対応しています OpenIDについて