html - Bootstrap - submenu as a untouchable and stable belt -


when click in other place site, dropdown disappear. should still visible, , should change when click on other tab menu

effect

i think need change css:

.nav {   margin-bottom: 0; } .nav > li.dropdown.open {   position: static; } .nav > li.dropdown.open .dropdown-menu {     display:table;      width: 100%;     text-align: center;     left:0;     right:0; } .dropdown-menu>li {     display: table-cell; } 

is affects wanted?

note, have apply rules after bootstrap.css have been loaded in page.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -