팝업레이어 중앙에 띄우기 > 그누보드6 팁자료실

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누보드6 팁자료실

그누보드6, 파이썬에 대한 팁과 자료를 올려주세요.
그누보드6 실서비스를 위한 웹서버 설정

팝업레이어 중앙에 띄우기 정보

팝업레이어 중앙에 띄우기

본문

33282748_1705475687.7665.png

팝업레이어 좌측 위치, 팝업레이어 상단 위치 2개 모두 0 으로 설정 시 에만 중앙.
templates/taeho/bbs/newwin.inc.html line 7

            <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 %}">
추천
1
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로