Hello,

I am new to Bootstrap and I am finding it very useful in creating nice 
interfaces. I have a quick question regarding the "navbar navbar-inner" 
class. I've added a dropdown menu to the bar and need to know how I can 
position it in a different area. I'd like it to push to the right all the 
way following only the search bar.

Here is the code I am currently using to make this happen:

<div class="navbar navbar-inner" style="width:auto;">
<ul class="nav" style="width:100%;">
  <li class="active">
    <a href="#">Home</a>
  </li>
  <li><a href="#">Link</a></li>
  <li><a href="#">Link</a></li>
  <li class="dropdown" style="float:left;">
    <a href="#" class="dropdown-toggle" data-toggle="dropdown">
      Account
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <p>Login Here...</p>
    </ul>
  </li>
  <form class="navbar-search" style="float:right;">
  <input type="text" class="search-query" placeholder="Search">
</form>
</ul>

</div>

Thanks to anyone who can help me figure out this problem.

Mike

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to