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
Making the menu constant on the page top
Re: Making the menu constant on the page top
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
Any update here???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
- 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
This tutorial might be useful.
https://www.w3schools.com/howto/howto_c ... d_menu.asp
https://www.w3schools.com/howto/howto_c ... d_menu.asp