我在我的網站上有不同的頁面大小在頁面底部設置頁腳
如何將頁腳始終設置在頁面底部?
請注意,我需要它在頁面的底部而不是在屏幕的底部,所以如果我有短的屏幕它將在底部,如果我有很長的時間,滾動頁面I只有當我向下滾動時纔會看到頁腳。
感謝
<footer>
<?PHP include "footer.php"; ?>
</footer>
CSS:
footer {
background: #294a2d;
width:100%;
height: 180px;
color: #fff;
margin-top: 50px;
}
是'body'標籤的頁腳的孩子呢? –
您使用的是php –
@IPADDRESS - 是的 – user3396295