With dropdrown-menu as position:static is complicated for making dropdown center
Adriano Resende () - 7 years ago - Reply 0
It is not working with Bootstrap 3.3.4. Can anyone resolve this how to make it work?
Anuj Garg () - 9 years ago - Reply 0
I used this menu and placed PHP Code to generate my menus's for me !
see Link for image if my issues - http://guestlodge.za.org/we...
The area marked with red is where the second row of menu items are supposed to be and nothing ?
there are four sets of menus below what is visible now that are just disappearing into nothingness
i used the standard menu as per the sample above
Any help appreciated
Thank you
Sam
Charles Harris () - 9 years ago - Reply 0
works fine! but try this .dropdown-menu-large { /*margin-left: inherit;*/ left:inherit; margin-right: 16px;padding: 20px 0px; } to better alignment :) thx!
pmendonca () - 10 years ago - Reply 0
it is great! however, how do you deal with the dropdown list in the right corner?
Wei () - 9 years ago - Reply 0
how can i open collapse able menu under any link which expand more child but on click ....
David () - 10 years ago - Reply 0
Hi there, after opening the large menu, can I set the mouse click event not to close the toggle when click in the air (click nothing).
Alfred Yeap () - 10 years ago - Reply 0
Use Javascript for margin left
$(document).ready(function (){
$('.dropdown-menu-large').css({'margin-left': $('#mega_drop_holder').position().left});
});
$( window ).resize(function() {
$('.dropdown-menu-large').css({'margin-left': $('#mega_drop_holder').position().left});
});
Gonzalo () - 10 years ago - Reply 0
can any one tell me,how can i get only dropdown menu,not navbar...help me plzz
sameer () - 10 years ago - Reply 0
for dropdown check our this
<ul class="nav nav-tabs">
<li class="dropdown">
Dropdown
<ul class="dropdown-menu">
</ul>
</li>
</ul>
Noushad Ali () - 10 years ago - Reply 0
This is great, but I need this with mouse over to open sub menu. Does anyone knows how to convert it?
bojanpejanovic () - 10 years ago - Reply 0
Great done! Is it possible to make the large menu match container size?
Darren Li () - 11 years ago - Reply 0
Does anyone have an example page with menus on the left and right and of different sizes? If I remove columns from the menu the positioning is wrong.
Mike Stoddart () - 11 years ago - Reply 0
Great solution, what i really needed, but i really wish it adopts the location acroding to the navbar possition.
Yoosuf () - 11 years ago - Reply 0