Hello i just view another discussion
they web site from william Bay https://www.oneandonlyresorts.com/wolgan-valley/accommodation#
i want to make my header and menu dropdown exactly like his web, is there anyway?
i already try there’s no fades in effect , but he can give the header fades in effect , also about the submenu, can wix corvid also do that?
You can already do that with the Wix header settings.
https://www.wix.com/release/notes/article/55bfaba2-0ead-4959-9e1a-974df6b73dce?utm_source=email_mkt&utm_campaign=em_marketing_whats_new_01032017_en&experiment_id=text_link_2
https://support.wix.com/en/article/changing-the-header-scroll-settings
https://support.wix.com/en/article/changing-the-header-scroll-effect-on-your-mobile-site
Plus, there are examples for heades that you can see.
From Wix.
https://www.wix.com/corvid/forum/community-discussion/fixed-frozen-header-example
From @code-queen
Wix Header Change on Scroll - Floating, Shrinking, Scrolling, Animated
Floating Header - https://codequeen.wixsite.com/floating-header
Shrinking Header - https://codequeen.wixsite.com/new-shrinking-header
Animated Header - https://codequeen.wixsite.com/animated-header
As for the submenu designs, you can’t do that just purely with the Wix Editor site menus.
You will have to add a box as a container and add all your elements for that submenu to it so that they are all attached and make sure that the container is set to be hidden on load.
Then you can simply use code of onMouseIn and onMouseOut to show/hide these submenus when the user moves the mouse over the menu buttons.
However, please note that onMouse will not work on mobile devices, so if you want the same style of design, you will have to change it to onClick for mobile devices only.