0
녀석,플로팅 바닥 글 인쇄
나는 바닥에 떠있는 바닥 글이있는이 반응 형 웹 사이트를 만들고있다.
내 index.page에누군가는 어떻게 내 힌트를 제공 할 수 있습니다 .. 심지어 내가 부동 바닥 글에 대한 동일한 코드를 사용) ((http://testi3.aada.fi/는) 내 코드는 잘 작동하지만 뭔가 내 콘텐츠 페이지에 문제가 있습니다 이것을 고쳐라?
는내 부동 코드 :
.container {
min-height: 100%;
/* equal to footer height */
margin-bottom: -120px;
}
.container:after {
content: "";
display: block;
}
.site-footer, .container:after {
/* .push must be the same height as footer */
height: 120px;
text-align: center;
}
.site-footer {
background-image: url(../images/footer_bg_trans.png);
background-repeat: no-repeat;
background-position: center top;
text-align: center;
position: fixed;
width: 100%;
bottom: 0;
}
/미카
답변을위한 Thx James.Yes, index.html은 정상입니다. 나는 이제 "me.html"코드를 작성하려고 노력하고있다. 다른 파일에도 여전히 "old".site-foote 클래스 태그가 있습니다. – Mika