Home › Forums › CSS › Parallax 1st attempt, fixed scrolling nav not showing up! › Reply To: Parallax 1st attempt, fixed scrolling nav not showing up!
May 20, 2014 at 6:38 am
#170693
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;
}