jquery - Side by Side two navbar bootstrap -


how possible put 2 navbars side-by-side using twitter's bootstrap.

navbars

i want sorting navbar on right side of filtering navbar.

you need declare width , give them value of float: left

demo http://jsfiddle.net/ky2pr/27/

.navbar {     width: 200px;     float: left; } 

fluid width mobile friendly

demo http://jsfiddle.net/ky2pr/28/

.navbar {     width: 50%;     float: left; } 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -