I have a CSS drop-down menu that I'm trying to create, and against the background of the drop-down list there is a fading / narrowed box shadow:
I am having trouble getting the box shadow to actually narrow / fade.
Here where I am now: http://jsfiddle.net/Shpigford/f9aKR/
I tried using the :before
and :after
pseudo-dealers, among other things, but don't quite understand.
To find out, I especially need help with the drop shadow. My jsFiddle is a stripped-down version to make this example as simple as possible.
source share