How can i make the header of a webpage stay on top while scrolling down? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 7

How can i make the header of a webpage stay on top while scrolling down?

2nd May 2017, 4:28 AM
Iwan
Iwan - avatar
2 Réponses
+ 4
position: fixed; top: 0; left: 0; width: 100%; height: auto;
2nd May 2017, 4:37 AM
Calviղ
Calviղ - avatar
0
use css and position: fixed
2nd May 2017, 4:35 AM
Jprom
Jprom - avatar