Is it possible to achieve a Fadeout effect with CSS3 Box Shadow?
Here's what I have so far This only adds inset/inner shadow to the vertical sides but I need to achieve a fade out effect at the top.
-moz-box-shadow: inset 5px 0 7px -5px #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
-webkit-box-shadow: inset 5px 0 5px -5px #a4a4a4, inset -5px 0 5px -5px #a4a4a4;
box-shadow: inset 5px 0 7px -5px #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
See the image below to see the Expected Results and what I currently have.

:beforefor it and if it on same plane then rotate it by90 deginy-axis– Arpit Srivastava Sep 17 '12 at 3:41opacityor useshadowasrgb(color,color,color,opacity)– Arpit Srivastava Sep 17 '12 at 4:05