gpt4 book ai didi

html - 我有一个导航栏,有两个问题,一个与另一个一起出现

转载 作者:太空宇宙 更新时间:2023-11-03 18:09:06 25 4
gpt4 key购买 nike

这也是 fiddle 中的代码 http://jsfiddle.net/SgtRx/ (应该早点做,抱歉)

好的,我的导航栏位于 Div Wrapper 内、标题下方和内容区域(正文)顶部。

我是一个非常新手的用户,所以请原谅我可能犯的任何错误。

当我添加 border 来分隔每个 block (按钮或文本)时,它很好地分隔了按钮,但是,它在导航栏的末尾(右侧)留下了一个小的空白.

包装器 Div 是 1000px,我有 5 个按钮,每个 200px,因此没有边框,它们非常适合,但是如果我将宽度保持在 200px,导航栏会向下移动,当我减小宽度时导航栏,它在右侧留下空白。我已经这样做了 2 天,我终于屈服了。如果可以,请帮忙。谢谢。

    <body>
<div id="wrapper">
header id="top">
<div id="test">
<img src="images/vintage.jpg" width="1000" height="605" table width="780" order="0" align="center" cellpadding="0" cellspacing="0"/>

<nav id="mainnav">
<ul>
<li><a href="index.html" class="noBorder" >Home</a></li>
<li><a href="sightseeing.html">Sightseeing</a></li>
<li><a href="#">Eating Out</a></li>
<li><a href="#">What's On</a></li>
<li><a href="#">Test</a></li>
<li><a href="#">Test1</a></li>
<li><a href="#" class="noBorder1">Where to Stay</a></li>
</ul>
</nav></div>
</header>

和 CSS

    #mainnav ul {
margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display: block;
float: left;
width: 1000px;
margin-left: auto;
list-style-type: none;
position: relative;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin-right: auto;
right: 0px;
left: 0px;
top: 0px;
bottom: 25px;
}
/*This will style all links nested in the <nav> element with the ID mainnav*/
#mainnav a {
width: 197px;
display: block;
float: left;
text-align: center;
background-color: #020202;
color: #FCFCFC;
text-transform: uppercase;
padding-top: 0px;
padding-bottom: 0px;
line-height: 290%;
border-radius: 0px;
font-style: oblique;
font-weight: normal;
font-size: medium;
text-indent: 0px;
text-shadow: 0px 0px;
position: relative;
left: 0px;
margin-top: auto;
border-color: #FFFFFF;
border-left-style: solid;
border-width: thin;
right: 0px;
bottom: 0px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
opacity: 1;
}
.noBorder {

border-left-style: none !important;
}

最佳答案

我强烈建议您为每个按钮使用 width:20% 而不是使用固定值。

导航栏也一样,使用width:100%

关于html - 我有一个导航栏,有两个问题,一个与另一个一起出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24098865/

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