浮动/移动 div 中的文本内容

发布于 2024-11-25 09:33:27 字数 235 浏览 0 评论 0原文

我有两个 div,一个是另一个的子级。我希望我的父 div 能够在整个页面中滚动。但其上的文字仍从顶部固定。 这是示例图像:- 我希望背景的背景图像是灰色的,并且父 div 将延伸到页面的末尾。当前的文本位于另一个 div 上。我希望该文本始终位于屏幕顶部的相同位置。这实际上充当我网站的导航。

这怎么办?

主要 div 结构

I have two divs one being a child to another. I wish my parent div which extends throughout the page to scroll. But the text upon it to remain fix from the top.
Here is the sample image :-
I want the background image of the background to be gray and that parent div will extend to the end of the page. The text present is on another div. I want this text to be always at the same position from the top of the screen. This actually acts as navigation for my website.

How can this be done ??

main div structure

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

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

发布评论

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

评论(1

不必你懂 2024-12-02 09:33:27

这可能就是您正在寻找的

#nav {position:fixed; top: 30px;}

(不支持 ie6)

this could be what you are looking for

#nav {position:fixed; top: 30px;}

(no support for ie6)

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