2009년 6월 22일 월요일

백그라운드 이미지

/* background image */

.class { background:url(웹주소)

            no-repeat  or repeat-x  or repeat-y

            5px(left여백)

            5px(top여백)  

           }

 

 

//사용 예

 

1번만 반복
.right_box { background:url(http://static.naver.com/book/img_new/bg_num01.gif) no-repeat 0 3px  }

 

가로 반복

.right_box { background:url(http://static.naver.com/book/img_new/bg_num01.gif) repeat-x left top}

 

세로 반복

.right_box { background:url(http://static.naver.com/book/img_new/bg_num01.gif) repeat-y left top}

댓글 없음:

댓글 쓰기