배경이미지 경로 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;}
컬러, 경로, 반복여부, 위치, 고정여부
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 |
댓글 영역