2
With Bootstrap the task of creating menus for ASP.NET websites is much simpler.
However I noticed that when a dropdown menu is "open" when passing the mouse over another item it does not "open" automatically, creating a certain visual confusion for the user, see in the image two menus highlighted but only one "open".
The mouse is on the option "Registrations" and the option "Commands" is open, only opens the other option if we click on the option. I see in other sites that when the menu is "open" when browsing the other options, which are dowpdown, they will be presented automatically.
It is possible to "open" a dropdown while moving the mouse over another option, which is also dropwdown, it "opens" automatically ?
Thank you for your attention, friends!
Jorge Matheus, thanks for your help. Your Bootstrap is more current version, what I use is 3.3.7, I’m trying but it didn’t work. I believe that only by updating the bootstrap, which I can’t even think about doing, I would disassemble the entire layout of the site.
– Ari Venuth
@Arivenuth put the version you are using, but the solution remains the same. Take a look.
– Jorge.M
PERFECT!!! I only had to put dropdown class in my html <li> tags, thank you very much !!!
– Ari Venuth