This does not make sense

It says that my # is not a valid selector, which you can clearly see here that it is:


Please help with this. Also, the purpose of this code is to when I hover over the read “SKINS” button above the #megaMenu1 is supposed to show which it does but then when I move my cursor to the megaMenu1 is disappears, why is that?
You can check it out here for yourselves: https://soderlundolle.wixsite.com/skinify
Thank you for you responses :slight_smile:

The answer to your second question is simple/
You wrote some code to hide the megaMenu once the mouse gets out of the button, so when you move to the magaMenu you’re no longer over the button and it hides the menu as expected.

Okey thankyou so I should just write the same thing for the megaMenu1 then?
How do I do that and also do you know the answer for my first question,

Thank you I just fixed it :slight_smile:

Hi.
Can you please share your final tab site code for button SKINS (when hover opens #megaMenu1 ) to have the functionality showed in your site.
Thank you for your help

There are two mega menu examples that you can open in your own editor and see already made up here.
https://www.wix.com/corvid/example/mega-menu
https://support.wix.com/en/article/corvid-tutorial-creating-an-expanding-mega-menu

Hi, thanks for your quick reply. I’ve already saw your two examples, they are great!!!
Instead of using repeaters, I was trying to do something based only on a button when hover show a box with my menu options like in the following examples found on the Forum:
https://soderlundolle.wixsite.com/skinify
https://citisonship.wixsite.com/codemenu
https://val467.wixsite.com/my-site

Problem solved.
I got the functionality wanted with just 4 function calls and 12 lines of code in my site tab. Very good !!!
I’m new to programming and to Corvid and I was not detecting an easy error, I deleted an event handler and when I created again a _1 was added to the name and I didn’t had this new handler name on my code.

For a simple menu like the one described should I use repeaters instead ?

My goal was, have with this functionality three level menus. At the present moment can we do it also on the mobile side ? The default mobile menu as only two levels.

My next step will be to stick the navigation for this menu, I saw some examples on the Forum. In this case it will be possible to use the same approach (button + box) ?
Thanks for your support