我正在使用 Twitter 的 Bootstrap 制作一个网站,一切都差不多完成了,但我不知道如何将搜索栏定位到主菜单中
这是在线网站 http://testings.coffeecup.com/index1.html
每次我把它放在容器上的任何地方,它都会搞砸。
编辑:
我设法添加它:
http://gyazo.com/e76b7cfa8e25b9ef2913d588b28ea894
但我仍然无法将其定位在右侧。
我正在使用的 CSS
.navbar-search {
position: relative;
}
.navbar-search .search-query {
float:right;
}
.navbar-search .icon-search {
position: absolute;
top: 7px;
background-image: url("");
}