Making the menu constant on the page top

Post your questions and problem reports here.
Post Reply
stephenhill
Posts: 1
Joined: Wed Sep 16, 2020 10:55 pm

Making the menu constant on the page top

Post 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
Garcia039
Posts: 2
Joined: Mon Mar 08, 2021 8:30 am

Re: Making the menu constant on the page top

Post 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?
Garcia039
Posts: 2
Joined: Mon Mar 08, 2021 8:30 am

Re: Making the menu constant on the page top

Post 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???
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Making the menu constant on the page top

Post by chrisjlocke »

Post Reply