問題のウェブサイト: http://www.flowersbe.com
だから私はフッターを下にくっつけるのに問題はありません.上記のサイト。上部に 25 ピクセルのスペースを維持したいのですが、フッターを完全に表示したいのですが、以下はコンテナーとフッターの css です...この問題を解決する方法についてのアイデアはありますか?
html,
body {
height: 100%;
}
#container {
width: 960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 25px auto -50px;
background-color: #fff;
}
footer {
clear: both;
width: 960px;
height: 35px;
margin: 0 auto;
padding: 15px 0 0 0;
background-color: #ffebeb;
text-align: center;
}
.push {
height: 50px;
}