묻고답하기

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 남기남
오정인 게시판이름을 지정해주셔야합니다. 메시지~~  
밥탱이 실시간 새글 알림 애드온 사용하고 있는데 소리 넣으려면 어떻게 해야 하나요??  
열혈개발 스킨 페이지 수정하고있는데 중괄호 문제..  
열혈개발 게시판 스킨 html 수정중에 중괄호 문제..  
울프s 게시판 첨부파일 미리보기 크기조절어떻게 해요?  
Ystory 서브메뉴 세로에서 가로로 이동 하는 방법. file  
bb 드롭다운 메뉴바 길이...ㅠㅠㅠ [2] 2015.08.17 by DoorWeb
thdwjdtjr 포토샵 초보라 부탁드리고자 합니다 [2] file 2015.08.08 by thdwjdtjr
소나기.. 관리자계정이 댓글30개넘는글은 불러오기가 안됩니다. [2] file 2015.08.01 by 퍼니엑스이
더블엠씨 스케치북 게시판(웹진형 카드디자인)의 목록의 글자를 키우고 싶습니다. 5시간째 방황중입니다 .ㅜㅜ [9] file 2015.07.31 by 더블엠씨
ImpactCC 6개의 칸으로 만들어진 div 만드는것좀 도와주세요..^^;; [5] file 2015.07.18 by iuloveiu
www**** 회원관리페이지에 대하여 ? file  
www**** 갤러리에서 나타나는 이미지 사이즈 크기를 조절 하는 방법도 알려주시길 바랍니다 [2] file 2015.07.09 by www****
naomiblack 박스모듈에 이미지삽입 file  
한이파파 상자위젯 속에 관리자버튼이 들어가는 문제점(소스)  
XE모듈 XE 안드로이드 푸시 앱 모듈을 이용해 앱을 만들었는데요 [6] 2015.06.19 by 한꼬마
音支. 1.7.3.1 버전 업데이트 이후 embed가 안먹힙니다. [8] file 2015.06.01 by jblref
강경화f7810 위로가기 버튼 만들기!!!!도와주세요 ㅠㅠ  
루트엘 ul li을 inline 상태로 둔 상황에서 submit input 위치 질문 [2] file 2015.05.19 by 루트엘
강경화f7810 아이프레임 길이 자동 조절 도와주세요 ㅠㅠ [6] 2015.05.19 by 강경화f7810