gpt4 book ai didi

html - 如何停止页脚上的固定侧边栏

转载 作者:太空宇宙 更新时间:2023-11-03 18:48:36 25 4
gpt4 key购买 nike

我的侧边栏有问题...它位于固定的 div 中,因此它会随着页面滚动...但是当它到达页面底部时。在较小的浏览器上,我的侧边栏与 ID 为“sub”的页脚重叠

这是我的侧边栏 CSS...

.sidebar.sticky {
position: fixed;
top: 0;
max-width: 210px;
}

我怎样才能阻止它与我的页脚重叠?

最佳答案

在您的 .sidebar CSS 中有一个 margin-bottom 属性。假设您的页脚有 20px 高度,将 css 设置为 margin-bottom:20px;

编辑:你也可以设置bottom:20px;

fiddle : http://jsfiddle.net/WCuq3/

关于html - 如何停止页脚上的固定侧边栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15611599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com