브라우저를 닫더라도 로그인이 계속 유지될 수 있습니다.로그인 유지 기능을 사용할 경우 다음 접속부터는 로그인할 필요가 없습니다.단, PC방, 학교, 도서관 등 공공장소에서 이용 시 개인정보가 유출될 수 있으니 꼭 로그아웃을 해주세요.
님의 말씀을 듣고 보니 https://moonhouse.co.kr/zbxe 에서는 하단영역이 섹션2에서만 보이고, https://moonhouse.co.kr/fullpage 에서는 하단영역이 전 섹션에서 보이네요. 저도 몰랐던 사실입니다.^.^
/mh_fullpage/css/fullpage.css 에서 #footer부분을 찾아서 아래와 같이 수정하시면 됩니다.
#footer { position:fixed; bottom:0; height:50px; display:block; width:100%; z-index:9; padding:20px 0 0 0; }fixed
#footer { position:absolute; bottom:0; height:50px; display:block; width:100%; z-index:9; padding:20px 0 0 0; }
여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.
파일 용량 제한 : 0MB (허용 확장자 : *.*)
업로드 중... (0%)
님의 말씀을 듣고 보니
https://moonhouse.co.kr/zbxe 에서는 하단영역이 섹션2에서만 보이고,
https://moonhouse.co.kr/fullpage 에서는 하단영역이 전 섹션에서 보이네요.
저도 몰랐던 사실입니다.^.^
/mh_fullpage/css/fullpage.css 에서 #footer부분을 찾아서 아래와 같이 수정하시면 됩니다.
#footer { position:fixed; bottom:0; height:50px; display:block; width:100%; z-index:9; padding:20px 0 0 0; }fixed
#footer { position:absolute; bottom:0; height:50px; display:block; width:100%; z-index:9; padding:20px 0 0 0; }