ivyprepnyc
asked 10 years ago

Hi, I’m finding that when i hover over a menu item, the submenu items drop down too slowly.  If i move my mouse too quickly the submenu disappears.  Can the animation time be adjusted?

4 Answers
ivyprepnyc
answered 10 years ago

For anyone else who might possibly have this problem, I figured out a fix by assigning the nav bar a high z-index value so it’s layered on top of anything else on the page.  seems to work so far…
made the following change to the header.php file:
<nav id=”access” role=”navigation” class=”span7 nav-collapse collapse” style=”z-index: 99″>

DominicStaff
answered 10 years ago

Hello Ivyprepnyc ! 
You can add the following code to the Header Code (Dashboard > Customize > Custom Code)

<style>
#branding nav li ul {
    transition: opacity 0s ease 0s;
}
</style>

Hope this helps !

ivyprepnyc
answered 10 years ago

Hi Dominic,
Thanks for your prompt reply! Tried your fix, and it does what exactly I wanted to do, but it doesn’t fix the problem. =(  I’m sorry to bother you again, but I think the problem is when the submenu appears, the mouse has to follow a very narrow path to the submenu or else the submenu disappears.
See the attached picture, the red outline is the area I’m talking about.  if the mouse does not follow the very narrow “neck” between the menu item to the submenu, the submenu disappears.  Maybe I’m just clumsy but I had to try 5 or 6 times before I got the submenu item.  Is there any way to make this “neck” a little wider? Thank you so much!menu to submenu

DominicStaff
answered 10 years ago

Hi Ivyprepnyc ! 
Please send me your site for further checking.

Powered by DW Question & Answer Pro