div 위치 지정 문의드립니다. 채택완료

<style>
.view-content .background{
background: url(http://i.imgur.com/ysdZrvc.png);">http://i.imgur.com/ysdZrvc.png); position: absolute; top: 0px; left: 0; width: 100%; height: 100%;
}
</style>
<div class="background"><?php echo $view['wr_1']; ?></div>
이렇게 했는데 끝까지 배경이 나오는데요 게시판 내부에만 적용이 되었으면 합니다.
방법좀 알려주세요..
답변 2개
보이고싶은 게시판 내부 태그에 position:relative; 를 추가해보세요
물론 .background 태그의 부모태그이어야 합니다
.view-content 가 게시판 영역이면 .view-content {position:relative}
.view-content .background{
background: url(http://i.imgur.com/ysdZrvc.png%29;">http://i.imgur.com/ysdZrvc.png); position: absolute; top: 0px; left: 0; width: 100%; height: 100%;
}
도
.view-content .background{
background: url(http://i.imgur.com/ysdZrvc.png%29;">http://i.imgur.com/ysdZrvc.png); position: absolute; top: 0; left: 0; right:0; bottom:0;width:100%;
}
으로 수정하시면 되겠네요
참고로 css 문제는 복합적인 경우가 많기에 페이지를 봐야 확실한 답을 해드릴 수 있습니다
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인