0

I've got a little problem. I'm building my portfolio and make the cover image on the begining but under that image I want to dispaly the fixed-top navbar which will follow me on the entire page. So how can I hide it under the cover image ? I hope you understand my problem :slight_smile: Thanks in advance :slight_smile:

I did what i want with z-index property. I gave 1 to image cover and 0 to others elements. Do you think that is a good idea ?

1 Answers1

0

There are several solutions and I do not know yours. But be sure to set div containing your "nav-bar" to position: fixed;

You will find some answers here, I hope

Community
  • 1
  • 1
androc
  • 11
  • 5