+ 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.
2 odpowiedzi
+ 4
Try style css "position: fixed"
+ 2
nav{
position:fixed;
}
Hey guys need help! I need to make a navigation bar thats when you scroll down,sticks to top of the page.