Making navigation bar in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Making navigation bar in html

Hey guys need help! I need to make a navigation bar thats when you scroll down,sticks to top of the page.

5th Apr 2018, 3:44 AM
Arman Rahimi
Arman Rahimi - avatar
2 Answers
+ 4
Try style css "position: fixed"
5th Apr 2018, 4:12 AM
Denis Sivzov
Denis  Sivzov - avatar
+ 2
nav{ position:fixed; }
5th Apr 2018, 5:00 AM
Sudarshan Rai
Sudarshan Rai - avatar