Revision: 62939
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 26, 2013 01:55 by bitsculptor
Initial Code
.shadowed { -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8)); filter: url(shadow.svg#drop-shadow); -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')"; filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')"; }
Initial URL
Initial Description
This allows you to set a drop shadow around the actual image in a transparent png instead of around the box.
Initial Title
transparent png drop shadow
Initial Tags
Initial Language
CSS