* background-image: url(image.jpg);
2. 반복 style :: background-repeat: ;
* no-repeat :: 반복하지 않음.
* repeat :: 반복. (기본값)
* repeat-x : x 방향으로만 반복.
* repeat-y : y 방향으로만 반복.
* repeat :: 반복. (기본값)
* repeat-x : x 방향으로만 반복.
* repeat-y : y 방향으로만 반복.
3. 위치 :: background-position: ;
* left, top, right, bottom
* 100px, 200px
* 10%, 20%
* 100px, 200px
* 10%, 20%
4. 배경 고정 :: background-attachment: fixed;



2009/12/17 06:37
2009/12/17 15:48