zlfera / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

box-shadow support #294

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd be amazing if you could implement box-shadow support 
(https://developer.mozilla.org/en/css/box-shadow) 

An option may be to use filters:

/* 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');

Original issue reported on code.google.com by marcus1...@gmail.com on 11 Dec 2010 at 11:05

GoogleCodeExporter commented 8 years ago
While I agree that it would be nice, I don't think this should be marked as a 
defect.

Original comment by kit.cof...@gmail.com on 4 Mar 2011 at 5:46

GoogleCodeExporter commented 8 years ago
GFGGF

Original comment by richardm...@gmail.com on 12 Aug 2015 at 3:49