私はかなり基本的な HTML ページを持っています。コードは次のようになります。
<body>
<header style="min-height: 255px;">
</header>
<article style="padding-bottom: 60px; width: 900px; margin: 0 auto;">
Body text goes here.
</article>
<footer style="position: absolute; bottom: 0px; width: 100%; height: 60px; background-color: black;">
Copyright information
</footer>
</body>
通常、私の本文はかなり大きいです。テキストは、スクロール バーが必要なほど大きいです。フッターがテキストの上に下に向かって配置されているように見えます。次に、下にスクロールすると、フッターが固定されません。私は何を間違っていますか?
ありがとうございました