테스트 사이트 - 개발 중인 베타 버전입니다

팝업레이어 중앙에 띄우기

· 1년 전 · 751

팝업레이어 좌측 위치, 팝업레이어 상단 위치 2개 모두 0 으로 설정 시 에만 중앙.
templates/taeho/bbs/newwin.inc.html line 7
[code]
            <div id="hd_pops_{{ newwin.nw_id }}" class="hd_pops" style="top:{{ newwin.nw_top }}px;left:{{ newwin.nw_left }}px">
=>
            <div id="hd_pops_{{ newwin.nw_id }}" class="hd_pops" style="{% if newwin.nw_top == 0 and newwin.nw_left == 0 %}position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%){% else %}top: {{ newwin.nw_top }}px; left: {{ newwin.nw_left }}px{% endif %}">
[/code]

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
178
166
163
162
161
160
149
148
147
136
125
110
98
96
94
93
92
91
90
85
80
76
72
69
68
64
57
56
53
51