gpt4 book ai didi

jquery - 内容后面的 CSS 固定导航菜单

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

在查看了一些与 z-index 相关的帖子和​​显示内容背后的菜单后,我找不到它仍然对我不起作用的原因。

基本上当我们滚动时,菜单会固定在顶部但不会显示在这个画廊上 http://tympanus.net/Development/AutomaticImageMontage/index.html我正在使用。但是,它可以正常与其他内容一起使用,如下例所示。

这里是例子http://www.dwuser.com/education/content/creating-a-floating-navigation-menu/demo/complete.html

有什么帮助吗?

最佳答案

如果它是您引用的标题,请设置更高的 z-indexposition: fixed。您还需要设置 width: 100%; 请参见下面的示例

.header {
height: 25px;
line-height: 24px;
font-size: 13px;
background: #000;
opacity: 0.9;
text-transform: uppercase;
z-index: 1000;
position: fixed;
width: 100%;
}

已编辑

nav {
position: fixed;
top: 0px;
background-color: rgba(0, 0, 0, 0.882353);
left: 0px;
width: 950px;
z-index: 1000;
background-position: initial initial;
background-repeat: initial initial;
}

关于jquery - 内容后面的 CSS 固定导航菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18045909/

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