このウェブサイトのページの下部にフッターを貼り付けようとしています: https://account.radonsystems.net .
残念ながら、私が使用した他の場所では機能していますが、機能していないようです。
スティッキーの CSS は次のとおりです。
html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {overflow:auto;
padding-bottom: 57px;} /* must be same height as the footer */
#footer {position: relative;
margin-top: -57px; /* negative value of footer height */
height: 35px;
clear:both;}
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/
}
.footer a,.footer a:hover{text-decoration:underline;color:#FFF;}
底にくっついていない理由を誰かが知っていますか?