I made this shadows: http://jsfiddle.net/PaFyt/ (webkit)
Just 6 fading out linear gradients set up with:
background-position: 0px 0px, 0px 1px, 0px 2px, 0px 3px, 0px 4px, 0px 5px;
And I wonder if this is a good way to make fading out shadows?
Or batter just use image? Image will have better compability...
What do you guys think?