Dropdown-Nav remove the "Hover" and appear complete listing of menus

Asked

Viewed 191 times

0

Good staff,

I’m having another difficulty that I can’t solve, my dropdown menu works with Hover, but when you get the toogle I’d like the x submenus to appear with the Hover to be like a listing, but I’m not getting it

Follow the image of how it’s turning out,

I tried to remove the display: None in media querys but when doing this the menu is overwritten

Some help?

Thank you!

Image with Hover popping up on menu

Representative image of how I’d like it to look

1 answer

0

Hide all and open only what is being clicked.

$('#menu > li').hide();
$(this).addClass('show');
  • Hi, thank you, but I want everyone to be listed instead of standing on top of the menus, I basically wanted a vertical list of all the menus.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.