| ■ページ全体に背景を表示 | |||
サンプルはこちら □ボディ内に直接記述 〜</body>内に以下を記述 □テーブル内など部分的に表示(ブログエントリー部分など) |
| ■ページの上下・横に連続して表示 | |||
サンプルはこちら(背景固定) ※background-repeat: repeat-y; ・・・縦に連続して表示 ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール □ボディ内に直接記述 〜</body>内に以下を記述 ※background-repeat: repeat-y; ・・・縦に連続して表示 ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール □テーブル内など部分的に表示(ブログエントリー部分など) サンプルはこちら ※background-repeat: repeat-y; ・・・縦に連続して表示 ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール |
| ■表示させたい部分に固定して表示 | |||
□スタイルシート使用 ※background-position: left bottom; ・・左下(右の場合はright) ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール □ボディ内に直接記述 〜</body>内に以下を記述 ※background-position: left bottom; ・・左下(右の場合はright) ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール □テーブル内など部分的に表示(ブログエントリー部分など) ※background-position: left bottom; ・・左下(右の場合はright) ※background-attachment: fixed; ・・・背景固定 ※background-attachment: scroll; ・・・背景スクロール |