Page 1 of 1

Making the menu constant on the page top

PostPosted: Wed Sep 16, 2020 11:03 pm
by stephenhill
Hi everyone,
I love this program and the ease at which I can make a menu.
However there is one little issue that I am asking for help with . I want my menu to be visible always at the top of the page , even when the page scrolls down , which would normally hide the menu .
i found the following piece of code but i dont know whether to put it on the page or in the attached css file.
#menu {
position: fixed; ( I believe this is the line that I need to add )
right: 0;
top: 50%;
width: 8em;
margin-top: -2.5em;
}
Help please.
Thank you in advance.
Regards
Stephen

Re: Making the menu constant on the page top

PostPosted: Mon Mar 08, 2021 8:33 am
by Garcia039
Hi, i want to make my page menu to always appear on top even when my page is , i want it to be able to scroll to the top and stays there. anyone can help?

Re: Making the menu constant on the page top

PostPosted: Thu Apr 01, 2021 12:09 pm
by Garcia039
Garcia039 wrote:Hi, i want to make my page menu to always appear on top even when my page is , i want it to be able to scroll to the top and stays there. anyone can help? njmcdirect


Any update here???

Re: Making the menu constant on the page top

PostPosted: Thu Jun 03, 2021 9:17 am
by chrisjlocke