I am trying to implement the solution listed here:

CSS3 box-shadow, all sides but one?

I created this jsfiddle using that guys code, adding overflow:hidden to #nav. You can see it here:

http://jsfiddle.net/eeTUJ/

The thing that is still missing is the shadow of the content on the light blue background. Does anyone know how to get it for the main content shadow to appear...?

Thanks

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Add a z-index to the tab's active and hover state that is higher than #content_over_shadow. I added:

z-index: 20;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.