gpt4 book ai didi

css - 修复了居中内容中的导航 div

转载 作者:太空宇宙 更新时间:2023-11-04 15:39:27 24 4
gpt4 key购买 nike

我有一个居中的容器 div,包含左侧的内容 div 和右侧的导航 div。我希望 nav div 被修复,就像不滚动内容一样。见下图。这可行吗?

enter image description here

最佳答案

这确实是可能的,在你的 CSS 中使用它:

.navElement
{
position: fixed;
top: 10px; /*your distance from the top*/
left: 10px; /*your distance from left*/
}

确保它是文档流中的第一个元素,紧跟在<body> 之后它应该像你描述的那样。

An example can be seen here .

Updated example for fixed position parent here .

Updated example for parent centered and nav fixed .

关于css - 修复了居中内容中的导航 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5065954/

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