Navigation links go dead when I make the position fixed


My navigation links worked just fine until I fixed the position in css and I can’t find anything for why they would go dead or how to fix it. Also, I would love any advice on how to make the page invisible or the header opaque so that when I scroll down the text all the way at the top isn’t visible behind the header.

@restd245,

By looking at the image it looks like your main content might be overlapping your header, this might be why you cant click them, try giving the header a z-index: 10

That did it. Thanks so much!

1 Like