gpt4 book ai didi

html - 导航栏下方的搜索栏

转载 作者:行者123 更新时间:2023-11-28 10:30:29 27 4
gpt4 key购买 nike

搜索栏应该位于 XYZ 右侧的导航栏内,但它位于导航栏下方。应该做什么?

<div id="bar" class="navbar-inverse navbar-fixed-top">
<div class="container">
<div id="logo">
<a href="main.php">XYZ</a>
</div>
<div class="col-xs-5">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="srch-term" id="srch-term">
<div class="input-group-btn">
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>

#bar{
min-width: 800px;
background-color: #563d7c;
width:100%;
height:42px;
box-shadow: 0px 3px 25px #888888;
position: fixed;
}

最佳答案

您可以将 Logo float 到左侧。

#logo{float:left;}

关于html - 导航栏下方的搜索栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23551790/

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