/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-moz-box-shadow: 1px 5px 10px #000; -webkit-box-shadow: 1px 5px 10px #000; box-shadow: 1px 5px 10px #000; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');