팝업레이어 관리에 입력된 내용 전체높이가 설정된 높이보다 긴 경우에 대한 패치 (5.0b22 기준)
참없다(uyong)님이 해당 현상에 대해 제보해주셨습니다.
이 수정 내용은 다음 패치에 반영될 예정입니다. (현재 5.0b22)
* bbs/newwin.inc.php
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">
<div class="hd_pops_con">[/code]를
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px">
<div class="hd_pops_con" style="width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">[/code]로 수정
* mobile/newwin.inc.php
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">
<div class="hd_pops_con">[/code]를
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;">
<div class="hd_pops_con" style="width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">[/code]로 수정
* css/default.css
* css/mobile.css
[code].hd_pops_con {margin:0 0 30px}
.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right}[/code]를
[code].hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}[/code]로 수정
* 주의
이 패치는 사용자가 입력한 내용이 설정된 높이($nw['nw_height'])보다 클 경우 내용이 뚫고 나오는 문제가 있습니다.
.hd_pops_con {overflow-y:scroll} 와 같이 스타일을 변경하여 해결하실 수 있지만, 이럴 경우 가로스크롤이 생겨서 설정된 폭($nw['nw_width'])을 잡아먹게 되는 현상 역시 고려하셔야 합니다.
이 수정 내용은 다음 패치에 반영될 예정입니다. (현재 5.0b22)
* bbs/newwin.inc.php
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">
<div class="hd_pops_con">[/code]를
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px">
<div class="hd_pops_con" style="width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">[/code]로 수정
* mobile/newwin.inc.php
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">
<div class="hd_pops_con">[/code]를
[code]<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;">
<div class="hd_pops_con" style="width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">[/code]로 수정
* css/default.css
* css/mobile.css
[code].hd_pops_con {margin:0 0 30px}
.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right}[/code]를
[code].hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}[/code]로 수정
* 주의
이 패치는 사용자가 입력한 내용이 설정된 높이($nw['nw_height'])보다 클 경우 내용이 뚫고 나오는 문제가 있습니다.
.hd_pops_con {overflow-y:scroll} 와 같이 스타일을 변경하여 해결하실 수 있지만, 이럴 경우 가로스크롤이 생겨서 설정된 폭($nw['nw_width'])을 잡아먹게 되는 현상 역시 고려하셔야 합니다.
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4409 | ||
| 114 |
JMoon
|
12년 전 | 19672 | |
| 113 | 12년 전 | 5303 | ||
| 112 | 12년 전 | 5004 | ||
| 111 |
사노라가노라
|
12년 전 | 5041 | |
| 110 | 12년 전 | 7023 | ||
| 109 | 12년 전 | 9725 | ||
| 108 | 12년 전 | 6200 | ||
| 107 | 12년 전 | 6862 | ||
| 106 | 12년 전 | 6230 | ||
| 105 | 12년 전 | 12541 | ||
| 104 | 12년 전 | 5761 | ||
| 103 | 12년 전 | 6238 | ||
| 102 | 12년 전 | 5615 | ||
| 101 | 12년 전 | 6767 | ||
| 100 | 12년 전 | 7173 | ||
| 99 | 12년 전 | 5281 | ||
| 98 | 12년 전 | 7093 | ||
| 97 |
kesan
|
12년 전 | 7241 | |
| 96 | 12년 전 | 7289 | ||
| 95 | 12년 전 | 8158 | ||
| 94 | 12년 전 | 5969 | ||
| 93 | 12년 전 | 5126 | ||
| 92 | 12년 전 | 5860 | ||
| 91 | 12년 전 | 6427 | ||
| 90 | 12년 전 | 5458 | ||
| 89 |
soul5932
|
12년 전 | 10957 | |
| 88 |
못말리는크리스
|
12년 전 | 8077 | |
| 87 | 12년 전 | 10205 | ||
| 86 | 12년 전 | 5576 | ||
| 85 |
사노라가노라
|
12년 전 | 11205 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기