端くれプログラマの備忘録 CSS [CSS] 基本メモ: 背景

[CSS] 基本メモ: 背景

背景のスタイル

background-color: blue;
background-image: url("images/pattern.gif");
background-repeat: no-repeat | repeat-x | repeat-y | repeat;
background-position: 10px 10px; (画像配置の基点)
background-attachment: fixed; (ページがスクロールしても画像は留まる)

参考サイト

スタイルシートリファレンス(目的別)
http://www.htmq.com/style/index.shtml