Help with navigation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help with navigation

How do you setup a navigation menu that remains anchored to the side and doesn't get reloaded (disappear and appear) when switching to different pages?

20th Nov 2018, 4:51 AM
King Hamza Poingan
King Hamza Poingan - avatar
1 Answer
+ 6
If you are using node.js and express, you can make a header file (that file should include the menu and all the links in head tags) and then you should include it in every other page you create. That's it.
22nd Nov 2018, 6:21 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar