作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
所以我正在制作一个像小模型一样的网站,因为我刚刚开始学习,页脚不会停留在底部,这让我很痛苦。当我加载页面时,它从底部开始,然后当我向下滚动时,它停留在同一个位置并卡在它开始的位置,不会从页面底部开始。
#footer {
text-align: right;
padding: 10px;
background-color: #07889B;
position: absolute;
bottom: 0;
width: 1200px;
我是一名优秀的程序员,十分优秀!