How to set start of web under fixed navigation in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to set start of web under fixed navigation in html

I have navigation and one page scroll web and when I click on home (my first button in navigation) it put me at start of home but it's under first navigation menu so how can I set it to put me under the navigation. And sorry for my English I'm to czech

30th Jan 2018, 9:51 AM
Dalibor Trampota
Dalibor Trampota - avatar
2 Answers
+ 2
Maru and where I have to put z index to header or body or nav, ul,li...
30th Jan 2018, 10:51 AM
Dalibor Trampota
Dalibor Trampota - avatar
- 1
i doesn't understand very well but maybe you need z-index attributes in CSS. set z-index:9999; and position absolute on one of your navigation menu.
30th Jan 2018, 10:48 AM
Maru