Making navigation bar in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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