이미지 넣기
- background-image: url(images/bg.gif); =>css 파일 기준 경로
- background-image: url(../images/bg.gif); => css 파일 기준 경로
- background-image: url(/images/bg.gif);
- background-repeat : no-repeat;
- background-repeat : repeat;
- background-repeat : repeat-x;
- background-repeat : repeat-y;
- 가로(left, center, right), 세로(top, center, bottom)
- 예) background-position : left top;
- 예) background-position : 5px 8px; =>오른쪽으로 5px, 아래로 8px
- 예) background-position : 50% 50% =>화면 한가운데 배치
- 예) background-position : 5px 50% =>오른쪽으로5px, 세로로 가운데
- background-attachment : fixed; =>스크롤해도 화면의 그 자리에 계속 유지
- background-attachment : scroll; => 기본설정
- background : url(image/bullseye.gif) fixed left top repeat-x;
댓글 없음:
댓글 쓰기