gpt4 book ai didi

css - 如何在我的网站中将导航栏居中?

转载 作者:行者123 更新时间:2023-11-28 13:21:47 24 4
gpt4 key购买 nike

我正在使用 Weebly 创建一个网站,我一直在尝试修改导航栏,使其显示为居中而不是左对齐。我根本不知道任何代码,但我找到了导航代码,我想知道我可以更改什么以使栏居中。谢谢!

#nav-wrap .nav {
float:left;
}

#nav-wrap .container {
clear: both;
overflow: hidden;
position: relative;
background:url(saperator-h.png) repeat-x bottom;
padding-bottom:40px;
}

#nav-wrap .container ul {
list-style: none;
}

#nav-wrap .container ul li {
list-style: none;
float: left;
background:url(nav-saperator.png) no-repeat right center;
margin-right: 10px;
padding-right: 25px;
}

#nav-wrap .container ul > li:last-child, #nav-wrap .container ul span:last-child li {
background:none;
}

#nav-wrap .container ul li a {
display: block;
line-height:14px;
border: 0;
outline: 0;
list-style-type: none;
text-transform:uppercase;
padding:5px;
margin-bottom:4px;
}

#nav-wrap .container ul li#active a,
#nav-wrap .container ul li a:hover {
color:#000;
}

最佳答案

#nav-wrap {
position: relative;
width: /*set width, can't be 100% obivously if you want it centered */
margin: auto;
}

这是一个猜测,我们没有看到任何 HTML ,将其应用于整个导航栏的容器

关于css - 如何在我的网站中将导航栏居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14575953/

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