백그라운드 넣는 방법. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

백그라운드 넣는 방법. 정보

백그라운드 넣는 방법.

본문

상단,메인,하단 모니터 해상도 만큼 백그라운드 넣는 방법좀 알려주세요.
전체 홈페이지 길이는 가로 "1115"인데 모니터 해상도 만큼 백그라운드를 넣고싶은데
안되내요 ㅠ.ㅠ
  • 복사

댓글 전체

아래와 같이 하면 하실 수 있을 듯 합니다^^

<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>
© SIRSOFT
현재 페이지 제일 처음으로