I have a box-shadow on my #primaryNav
div. Unfortunately, the shadow is being covered/hidden by the background of the following #page
element.
I tried to set a z-index of 100 to #primaryNav
and a z-index of -100 to #page, but that does not fix my problem.
Any ideas what I'm doing wrong?