묻고답하기

footer 고정

2016.06.10 23:55

흑사탕

http://hongyeon.dothome.co.kr/xe/

 

id: temp / pw: temp111

 

아무리 소스를 찾아봐도 footer가 고정이 잘 안되네요ㅠㅠ

 

 

@charset "utf-8";
/* Reset */
html,body{height:100%;}
body{margin:0;}

/* Skin to content */
.skip{margin:0}
.skip>a{display:block;text-align:center;line-height:28px;height:1px;overflow:hidden}
.skip>a:focus{height:auto}

/* Layout */
.container {
    float: top;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    }
.footer {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.header{position:relative;
    z-index:2;
    zoom:1;
    margin:0 auto; 
    width: 100%; 
    padding-top: 40px;
    background-color:#fff; 
    }
.visual{position:relative;z-index:1;overflow:hidden;width:100%;margin:0 0 20px 0}
.body{position:relative;z-index:1;}
.header:after,.body:after{content:"";display:block;clear:both; height: 100%;}
.content{width: 980px; min-height:100%; margin: 0 auto; margin-top: 50px; margin-bottom: 30px; }

.content img{max-width:100%;height:auto}


/* scroll */
a.back-to-top {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: url("/xe/img/top.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Header */
.header>h1{display:inline-block;*display:inline;zoom:1;margin:19px 0}
.header>h1>a,
.header>h1 img{display:block}
.header>h1>a{font-size:32px;text-decoration:none;color:#333}

/* SNS */
.sns {
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 5px;
}

.sns img {
    padding-top: 100px;
    margin: 0 auto;
    padding: 0 auto;
}

.sns a {
    color: #666;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}

/* Menu */
.menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #ffbb00;
    width: 100%;
}

/* Footer */
.footer{float: bottom;padding-top: 10px; padding-bottom: 10px;background-color:#b2b2b2;border-top:1px solid #f4f4f4;color:#fff; text-align: center;}
.footer p{font-size:11px}
.footer a{text-decoration:none;color:#666}
.footer a:hover,
.footer a:focus{text-decoration:underline}

/* GNB */
.dp-menu{position:relative;height:50px; width:100%;  z-index: 1;
        clear:both;text-align: center; margin: 0 auto; background-color: #ffd130;}

.gnb ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #ffd130;
    width: 980px;
    text-align: center;

}

.gnb  ul li {
    width: 196px;
    float: left;
    display: inline;
    text-align: center;
    padding-top: 18px;
}

.gnb p {
    color: white;
    text-align: center;
}

.gnb ul li a.dp{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    margin-bottom: 18px;
    font-weight: bold;

}

.gnb .dropbtn{
    display: inline-block;
    color: black;
    text-align: center;
    text-decoration: none;
}


.gnb  ul li a:hover, .gnb  .dropdown:hover .dropbtn {
    color: #000;
}

.gnb  ul li.dropdown {
    display: inline-block;

}

.dropdown-content {
    color: black;
    margin: 0 auto;
    text-align: center;
    display: none;
    position: absolute;
    min-width: 196px;
}

.gnb ul li .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    padding:5px;
    font-weight: bold;
}

.dropdown-content a:hover {
    background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


여기서 뭘 건들어야 footer가 고정이 될까요?

태그 연관 글
  1. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  2. [2020/01/31] 묻고답하기 2단메뉴 by ppumweb *2
  3. [2019/10/20] 묻고답하기 html 사진 슬라이드 질문 by 나비 *2
  4. [2019/10/10] 묻고답하기 cafe24 XE3 STEP 3 단계에서 에러가 발생합니다. by nothing *3
  5. [2019/03/27] 묻고답하기 모바일에서만 '권한이 없습니다'가 나오는 이유가 궁금합니다. by Spooky *1
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
유인규408 admin 페이지 접속오류 [2] file 2016.06.15 by 유인규408
문스타 특정 페이지 오류 file  
유샤인 제목에 색갈 넣기를 하려면 어짜죠?... [2] file 2016.06.15 by 유샤인
happy4u 마켓허브에서 레이아웃하나 샀습니다. [2] 2016.06.15 by SimpleCode
verysery 관리자 IP 대역 [2] 2016.06.15 by verysery
dev_**** xe 게시판 관련 질문 드립니다. [2] file 2016.06.15 by dev_****
이켄 방명록 모듈에서 textarea부분에 에디터를 넣고싶어요 [1] 2016.06.15 by HowtoXE
브랜든a 사이트가 그냥 흰페이지만 떠요. [1] 2016.06.15 by HowtoXE
포인트컴퍼니 서버관련 문의드립니다 도와주세요 [4] file 2016.06.15 by 기진곰
라디요 이런 접근 흔적은 스팸 시도인가요? [2] file 2016.06.15 by 라디요
초보자 게시판에 글 작성한 글쓴이를 다른 닉네임으로 변경하는 방법 [2] 2016.06.15 by 마야
흑사탕 스케치북 게시판 오류 file  
흑사탕 footer 고정 [8] 2016.06.14 by 흑사탕
서나 슬라이드등록 어디서하나요?  
서나 서브페이지가 접속이안돼요 [4] 2016.06.14 by 서나
재형은채맘 외부페이지 레이아웃 적용문제 [4] 2016.06.14 by 재형은채맘
오우오 익명 게시판에서 관리자만 회원정보를 보는 방법을 알고싶습니다 [3] 2016.06.14 by 라자루스
inter**** 게시판에 파일첨부가 안되요ㅠㅠ [1] 2016.06.14 by 덕서리
즐거운피터씨 게시판에 ifame으로 동영상 등록이 안되요. [2] 2016.06.14 by 즐거운피터씨
꽃민 다음 클러스터러에 이벤트 넣는법... [3] file 2016.06.14 by sejin7940
태영짱 XE 라이센스 문의 [1] 2016.06.14 by YJSoft
제민이아빠 글쓰기 권한을 가진 그룹에게 보이게하려면 [2] 2016.06.14 by 제민이아빠
ceoseo 상단메뉴 $gnb 관련해서 문의드립니다. [1] 2016.06.14 by YJSoft
라돌체 다음과 같이 해도 라이센스에 문제가 되지 않을까요? [1] 2016.06.14 by YJSoft
유샤인 홈페이지 위젯의 폰드크기는 어디서 조절합니까? [2] file 2016.06.14 by 유샤인
시원한물냉 기초적인 질문 하나만요.. [1] 2016.06.14 by 기진곰
Egoist 로그인 위젯관련 질문 드립니다. [2] file 2016.06.14 by Egoist
제투 게시판에 "공지" 이부부 수정 어디서 하나요? [1] file 2016.06.14 by HowtoXE
xe초보 게시판 데이터를 유지하고 싶습니다. [1] 2016.06.14 by 휘즈
빛의바다 CloudFlare는 어떻게 적용하는건가요?? [2] 2016.06.13 by 빛의바다