Technical Documentation Project <a> tag issue

Greetings,

This will likely be a simple solution but after some time of trying to figure it out on my own, I just don’t understand what the problem is.

I am unable to select my links in the navigation bar. It was working at the beginning of the project but I had to change up some language throughout it and now I’m unable to select them after making those changes. Even when writing in a new one to test it, the same issue persists once I close the <a> tag. I’ve viewed other people’s projects and they look almost exact to mine, at least in that one section.

Thank you for any assistance.

https://codepen.io/jayceveh/pen/WBZOqm?editors=1100

Looks like you have a fixed element without a z-index setting.

Also, check your ids for the “Hello_World” link and the “Variables” links. They need to match.

1 Like

Wow. Thanks a bunch!

1 Like

Thank you for your feedback!