Hover over nav dropdown

Hello @vincent @cyberdave

I followed vincents instructions for a super dropdown on hover but it it doesnt dissappear when the mouse moves away from the dropdown header, only the sub menu.

drop down site here

Any advice would be great

If what’s make the dropdown list to hide is a hoverOut on that same list, it will not hide when you haven’t hoverIn it before. So if I click on the menu item, see the list, and move my cursor away without hovering the list in and out, it will not hide.

The trick shown in my example is you have to artificially expand the list to go under the menu item. I don’t remember what I did but it’s something like giving a top negative margin to the list, and adding a top padding of the same value. that way, the hoverOut will register in any case.

Makes sense? Analyse my sructure to see what I did.

PERFECT YOU THE MAN!!
It works having to fake hove over hot spot area.

Thanks vince

1 Like

Please can you repost your question but in the forum? I’ll then answer the same thing and then it’s in the database… (: if you can I’ll appreciate (:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.