I’m having a problem where my CSS dropdown menus are still displaying behind all the page text. I’m using the z-index: 9999; on my UL item and still nothing. I added a screenshot below and you can check out my live demo here.

I have tried adding z-index properties to most of the containers and still no luck. This small issue is killing me! I would definitely appreciate any help I can get to solve this 🙂 thanks!
Your
z-indexis correct, it appears over the content, you just forgot to add abackground-colorto your menu.