CSS3 box-shadow property?
April 5th, 2010
Hi. You probably know that there is property box-shadow in the CSS3, and many modern browsers day by day supports more CSS3 features. Few days ago I used text-shadow, pretty cool, I like it. Then I wanted to try box-shadow and… it did not work for me, I thought browsers does not support it yet. I was misstaken, to make it works in popular browsers you can use properties: -moz-box-shadow, -webkit-box-shadow, box-shadow. More details you can find on the internet, you even can find how to make it under IE.



