ウェブサイト用にスティッキーフッターを作成しましたが、希望どおりに動作しません。常にコンテンツの長さに応じて、完全に一番下に配置したいと思います。代わりに、そのまま画面に常に表示されます。誰かが私を助けることができますか?
フッターcss:
#footer{
position: fixed;
bottom: 0;
z-index: 1;
width: 100%;
height: 50px;
clear: both;
background-image: url("../images/footer_pattern.png");
}