Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .shadow {
  2.     /* For IE 8 */
  3.     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  4.     /* For IE 5.5 - 7 */
  5.     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement