상세 컨텐츠

본문 제목

배경이미지 css

쿠쿠 작업장(home page)/css

by eunclove 2012. 12. 25. 15:05

본문

728x90
반응형

배경이미지 경로 background-image:url(이미지경로);

배경이미지 반복 bakcground-repeat:repeat;

   속성 : repeat (반복),repeat-x (x축 반복),repeat-y (y축 반복),no-repeat (반복없음)

배경이미지 위치 background-position:left top;

  절대값 : px단위로 설정

  상대값 : %, left center right - top center bottom

배경이미지 스크롤 background-attach:fixed;

  scroll : 문서의 스크롤과 함께 이미지 이동

  fixed : 이미지 고정



사용예-1

.ex01 {background-image:url('경로'); background-repeat:repeat; background-position:left top;}


.ex02 {background:#color url('경로') repeat left top fixed;}

컬러, 경로, 반복여부, 위치, 고정여부

728x90

'쿠쿠 작업장(home page) > css' 카테고리의 다른 글

display:table 속성  (0) 2013.04.06
div height 100%  (0) 2013.02.04
css 반사효과 만들기  (0) 2012.11.22
css를 만들어주는 사이트  (0) 2012.11.12
width 최소값  (0) 2012.10.31

관련글 더보기

댓글 영역