【问题标题】:How do I get the nav bar to be next to companytm and the search bar to be next to it to the right?如何让导航栏位于 companytm 旁边,而搜索栏位于右侧?
【发布时间】:2014-08-04 22:38:44
【问题描述】:

只是需要帮助将搜索栏与导航栏对齐,但在右侧并将导航栏放在文本 companytm 旁边? pllllzzzzzz 帮助

这里是小提琴:http://jsfiddle.net/99D6a/

<>

【问题讨论】:

    标签: html css fixed navbar


    【解决方案1】:

    This 应该可以工作。

    我将搜索表单移到公司文本旁边并添加了这种样式。

    #tfnewsearch
    {
        display: inline-block;
        margin-top: 6px;
        margin-left: 10px;
        float: right;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-07
      • 2017-12-30
      • 1970-01-01
      • 2016-08-08
      相关资源
      最近更新 更多