임시저장글 팝업 위치 변경?

임시저장글 팝업 위치 변경?

QA

임시저장글 팝업 위치 변경?

답변 1

본문

<button type="button" id="btn_autosave" class="btn_frmlinee" >임시 저장된 글 (<span id="autosave_count"><?php echo $autosave_count; ?></span>)</button>

 

<div id="autosave_pop">
                                    <strong>임시 저장된 글 목록</strong>
                                    <div><button type="button" class="autosave_close"><img src="<?php echo $board_skin_url; ?>/img/btn_close.gif" alt="닫기"></button></div>
                                    <ul></ul>
                                    <div><button type="button" class="autosave_close"><img src="<?php echo $board_skin_url; ?>/img/btn_close.gif" alt="닫기"></button></div>
                                </div>

 

autosave_pop 이 뜨는 위치를 조금 바꾸고 싶습니다

어떤 파일을 고치면 될까요??

이 질문에 댓글 쓰기 :

답변 1

해당 게시판 스킨 폴더에 있는 style.css 파일에서 변경하세요.

 

#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;

................................................

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
  • 질문이 없습니다.
전체 0
© SIRSOFT
현재 페이지 제일 처음으로