Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Parallax 1st attempt, fixed scrolling nav not showing up! Reply To: Parallax 1st attempt, fixed scrolling nav not showing up!

#170693
Atelierbram
Participant

Will appear if you add top property and value:


#nav {
 display: block;
 width: 110px;
 height: auto;
 margin-top: 20px;
 margin-left: 20px;
 z-index: 1;
 position: fixed;
 top: 0;
}