백그라운드 넣는 방법.
상단,메인,하단 모니터 해상도 만큼 백그라운드 넣는 방법좀 알려주세요.
전체 홈페이지 길이는 가로 "1115"인데 모니터 해상도 만큼 백그라운드를 넣고싶은데
안되내요 ㅠ.ㅠ
전체 홈페이지 길이는 가로 "1115"인데 모니터 해상도 만큼 백그라운드를 넣고싶은데
안되내요 ㅠ.ㅠ
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
<div style="width:100%;height:100px;background:url('../images/head_bg.gif');backround-repeat:repeat-x;float:left;"><div style="width:1115px;height:100px;margin:0 auto;text-align:center;float:left;">상단</div></div>
<div style="width:100%;min-height:1px;background:url('../images/main_bg.gif');backround-repeat:repeat-x;float:left;"><div style="width:1115px;min-height:100px;margin:0 auto;text-align:center;float:left;">메인</div></div>
<div style="width:100%;height:100px;background:url('../images/head_bg.gif');backround-repeat:repeat-x;float:left;"><div style="width:1115px;height:100px;margin:0 auto;text-align:center;float:left;">하단</div></div>