Page 1 of 1

Menu not scrolling

Posted: Wed Jun 03, 2026 8:47 am
by HGF
WWB 21.0.7
My page is build by layout grids.
I have a responsive menu running in the top grid.
When scrolling the whole page is scrolling well, except the first grid. Means, the menu is fixed.
I'm looking for a solution to scroll the menu out of the screen when moving the mouse upwards and scrolling in from the top when moving the mouse downwards.
I habe seen this in several pages, unfortunately I was not able to setup this in WWB.
Maybe somebody can help me.

My page:
https://mcwarrior.de/v2/pages_content/n_start_ext.php

wbs:
https://get.hidrive.com/8UxD79pY

Hold on, I guess I need to deliver a better explanation. I'll come back.

Re: Menu not scrolling

Posted: Wed Jun 03, 2026 9:06 am
by Pablo
The layout grid does not support this functionality but it can be done with a Page Header.
Set mode to 'full screen'

From the help:
Fullscreen
The header will be hidden by default and become visible when the user moves the mouse over the header. So the header is only visible when needed.
This mode also support animations to slide or fade the header into view.
Or else looks at these templates where the menu is fixed while the rest of the content scrolls.
https://www.wysiwygwebbuilder.com/suppo ... lance.html
https://www.wysiwygwebbuilder.com/suppo ... ndize.html

Re: Menu not scrolling

Posted: Wed Jun 03, 2026 9:47 am
by HGF
Thanks Pablo, I guess my question was not precise enough. I'm looking for the other way round.
When moving the mouse cursor upwards, the menu item should disappear, moving the mouse cursor downwards should should make the menu item visible.
Maybe this is stupid and should not depend on the mouse moving but on the page scrolling.
As I understood, this is not supported in layout grid. Therefore I'll play around with it using headers.
Many thanks in advance.
HGF

Re: Menu not scrolling

Posted: Wed Jun 03, 2026 11:22 am
by Pablo
I'm sorry, there is no standard solution for this.
So, this requires a custom script.

Re: Menu not scrolling

Posted: Wed Jun 03, 2026 11:44 am
by crispy68
If I'm understanding you correctly, you want a menu to show if you move the mouse up and hide when you move down. My advice...don't do that. Your menu would constantly be flickering off and on due to the user's mouse movement. The more common option is to have the menu hide when scrolling down and show when you begin scrolling up again. I don't see anything really wrong with your current setup for the menu being fixed at the top when you scroll.