twitter bootstrap - Dropdown menu with full width submenu -


i trying create dropdown menu using bootstrap twitter. need have submenu has width same main menu, , placed below it.

bootstrap provide standard dropdown menu placed right below clicked li item , width dependent on li. of course understandable submenu child of clicked li, have easy tricks make change? or solution write own dropdown this?

what more, need responsive.

you can tweak css .dropdown-submenu make appear below parent dropdown.

for example,

.dropdown-submenu .dropdown-menu{     left:10px;     top:32px; } 

demo


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -