Hi Everyone! i’m not really familiar coding, let’s say beginner I have been working on my website which is multi languages and started have problem about drop-down menu. I’m not able to create Drop-down menu in other languages. I solved it with light box but it’s not good as subpage.
Here is my question:
How can i create a disappearing drop-down menu? Need same help with CSS…
How can i create a Auto Hover (hover when move over the menu) Need same help with CSS…
Thank you so much!!!
Check out this example which i think demonstrate how to build something like you’re looking for -
If you don’t want the menu to collapse/expand on click but on hover, you will just need to call the “toggleFold” function from the “onMouseIn” & “onMouseOut” event handlers.
Good luck… let me know if you need additional help