웹프로그래밍/css

배경 그림 다루기

zelkova 2011. 2. 13. 21:00

<목차로 돌아가기>

 속성

 설명

 값 

background-color

배경색

yellow, transparent

background-image

배경 그림 지정

url(파일명)

background-repeat

배경 그림 정렬

repeat(반복, repeat-(가로 반복), repeat-y(세로 반복), no-repeat(한 번만 표시)

background-position

배경 그림 위치

%,px,left,center,right,top, center, bottom

background-positionX

가로축 고정 위치

left,center,right

background-positionY

세로축 고정 위치

top, center, bottom

background-attachment

그림 고정

fixed, scroll

background

배경 그림 한 번에 지정

url(파일명),repeat-x, repeat-y, no-repeat,left, center, right, top, center, bottom, fixed, scroll

background-size

배경이미지 크기 지정

 px, %



반응형

'웹프로그래밍 > css' 카테고리의 다른 글

레이어  (0) 2011.02.18
마우스 커서 모양  (0) 2011.02.17
글꼴 관련 스타일  (0) 2011.02.13
문단 관련 스타일  (0) 2011.02.13
CSS 문법  (0) 2011.02.12