묻고답하기

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 남기남
94blossom 검색부분을 가운데로 하고싶은데요 어떻게 하는 건가요? [1] file 2016.08.02 by 라자루스
꿈꾸는나무 페이지이동 스크립트 문의드려요.+ 홈페이지 꾸미는 문의  
대보름 아파치 virtualhost 짧은주소(rewrite) 문의 [5] 2016.07.26 by 대보름
PodongS2 게시판 NEW 노출시간 설정 궁금합니다!! [5] 2016.07.12 by Xe재미나게
흑사탕 footer 고정 [8] 2016.06.14 by 흑사탕
kjmedi626 관리자주소를 모르겠습니다...ㅠㅠ [4] 2016.05.27 by kjmedi626
이진샘 db에서 data 불러오기 중에 문법 오류가 있나해서 조언을 구해봅니다. [3] 2016.05.21 by 이진샘
klp**** Node.JS html로의 데이터 전송 여부 질문입니다.  
lark007 xediton 의 컨텐츠 영역 가로 폭을 늘리려면 어디서 하나요? file  
꽃민 새글 알림 도와주세요..ㅠㅠ [2] 2016.04.19 by 꽃민
꽃민 관리자만 알림 뜨려면... [2] 2016.04.19 by 꽃민
캣대디 실시간 새글 알림 애드온 특정게시판만 알림오게하려고 합니다. [5] 2016.04.18 by 꽃민
으흥 XE mysqli_innodb 설치 진행 안되는 문제, sock 방식 연결 [3] file 2016.04.09 by 으흥
디버 XE + CUBRID 문의 [1] 2016.03.29 by 기진곰
물김밥 LNB메뉴 사이즈 조절 할 수 없을까요..? [1] 2016.03.29 by WebdesignerS
마뇨 앱을 통한 직접 입력 후 웹 게시판에서 수정할려고 합니다.  
theaud**** 폴더안 txt 문서를 php explode 하여 mysql 에 넣는 과정이 안됩니다ㅠㅠ  
Hi_Roy Edge 브라우저에서 제 게시판 툴바 중에 특수문자랑 미디어 삽입이 동작하지 않는데 해결방법을 모르겠네요. [1] 2016.03.21 by 퍼니엑스이
뻬빠 WORD문서 내용 복사해서 붙이기 문의 [1] 2016.03.14 by 뻬빠
뉴질맨 Core Up 1.8.15 - 1.8.18 [2] 2016.03.11 by 뉴질맨