gpt4 book ai didi

javascript - 如何从中心(或其他有效的替代方法)扩展选择器宽度?

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

我有一个导航栏 (#nav_bar),它具有以下 CSS 属性:

#nav_bar {
background: url(../images/navbar.png) repeat-x;
width: 100%; height: 50px;
margin-bottom: 20px;
}

它采用 #wrap 的宽度,即 1024px 宽并且具有 margin: auto;,但是我想将其扩展为它将适合所有屏幕尺寸 100%。我试图设置 width: 500%; 只是为了看看它会做什么,然后我意识到它从左扩展 -> 右,而不是从中心双向扩展。

所以,我要问的是;

Is it possible to have an element expand from the center, then perhaps I could set the max-width property or use javascript to find out the visitors screen resolution then assign the width from there; without major inefficiencies, i.e. extended load times/cross-browser compatibility issues?

Just for reference, a link to the particular page I'm talking about

任何答案将不胜感激;)!

最佳答案

只需将您的#nav_bar 移出#wrap

或者你可以让你的 #nav_barposition: absolute;左:0px; width: 100%; 在 CSS 中,这也可以。

关于javascript - 如何从中心(或其他有效的替代方法)扩展选择器宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8269058/

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