adamnurdin01 / bootsnav

Bootsnav - Multi Purpose Header
MIT License
170 stars 122 forks source link

Problem when the mouse is moved outside of the menu #1

Open maofree opened 8 years ago

maofree commented 8 years ago

Hi Testing your plugin I found some issues http://bootsnav.danurstrap.com/nav-megamenu.html when you pass the mouse over the voice "Megamenu" all is ok but when move the mouse outside the sub-menu, this window has some problem to close it (it will blink some times). I tested it with firefox 47 and chromium on a linux system With firefox there is also another problem, when the sub-menu will be closed under the main menu will be present a strip like in the image

thanks bye

11

imcarlosdev commented 8 years ago

Add this to the first line of bootsnav.css.

/Show dropdown on hover not on click (this fix the flickering on hover outside parent dropdown)/ .dropdown:hover > .dropdown-menu { display: block; }