twitter bootstrap - How to stack left-nav-bars with 3col fixed layout? -


how can stack nav bars on top of eachother given following fiddle?

fiddle: http://jsfiddle.net/vkvx3/

this photoshopped in red it's want achieve enter image description here

i have tried wrapping 2 stacked in , no go.

    <div class="???">       <div class="well sidebar-nav left">         <ul class="nav nav-list">            // o o o         </ul>       </div>       <div class="well sidebar-nav left">         <ul class="nav nav-list">            // o o o         </ul>       </div>      </div> 

would scaffolding work you?
http://www.bootply.com/68303

basically 2 lefthand nav blocks in same span, right hand nav in own span, , central block in nested container.

i'm sure want customise further, though if use standard bootstrap grid as possible stack , scale on narrow screens.

good luck!


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -