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
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.
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
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