如何设置浏览器滚动条滚动页面的一部分并隐藏容器div的溢出?

发布于 2024-10-31 19:33:01 字数 185 浏览 1 评论 0原文

我的网页上有固定的页眉、页脚、侧边栏,我想对其进行设置,以便只有我的内容 div 随浏览器滚动条滚动。我遇到的问题如下:

因为我的标题由透明元素组成,所以滚动文本显示在标题后面。如何隐藏滚动文本,使其仅在包裹它的固定容器 div 中可见?

我想仅使用CSS来解决这个问题!如果可能的话 :)

I have a fixed header, footer, sidebar on a webpage and I want to set it up so ONLY my content div scrolls with the browser scrollbar. The problem I am experiencing is as follows:

Because my header in made up of transparent elements the scrolling text shows behind my header. How do I hide the scrolling text so that it is only visible within the fixed container div that wraps it?

I would like to solve this problem using css only! If possible :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只是在用心讲痛 2024-11-07 19:33:01

您需要将页眉和页脚父 div(或其他块元素)设置为 position:fixed

You'll want to set your header and footer parent divs (or other block elements) as position: fixed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文