I’m making a CSS dropdown navigation and I can’t get the dropdown to show up above the content in the div below the navigation div. How do I do this, without positioning both divs absolutely and specifying a z-index? You can see my example here:
Share
You have already used absolute positioning I see, but anyways why not add z-index to it?
That fixes it, you just need to work on a better background color for it now!