After applying drop shadows to the <li>
tags in a list on hover, I noticed that the shadow is being obscured by the next <li>
element for all but the last one. You can view an example of this behavior on my JSFiddle:
- http://jsfiddle.net/Stasonix/B9gn2/
I am looking for a way to make the shadow appear on top of the neighboring <li>
elements, similar to how it appears on the last <li>
. Any suggestions on how to achieve this?