页脚与内容重叠
Posted
技术标签:
【中文标题】页脚与内容重叠【英文标题】:Footer overlaps with the content 【发布时间】:2017-06-16 13:55:42 【问题描述】:当我尝试将位置从相对位置更改为绝对位置时,我希望页脚在底部保持粘性(即使用户缩小 25%),但。
如何解决这个问题?这是我的直播link
CSS:
footer #bottom-footer
background: url(/files/image.jpg) no-repeat;
background-repeat: no-repeat;
background-size: cover;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.71);
text-align: left;
padding: 50px 0 50px 0;
font-size: 0.8125em;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
letter-spacing: normal;
position: relative;
left: 0;
bottom: 0;
height: auto;
width: 100%;
【问题讨论】:
【参考方案1】:我猜你的意思是页面底部的内容在固定页脚下方。
一种解决方法是将页脚的宽度添加到页脚父级的底部。
【讨论】:
为什么要使用页脚的宽度?当我在浏览器上使用宽度时,它接近 3500 像素。以上是关于页脚与内容重叠的主要内容,如果未能解决你的问题,请参考以下文章