Here is what I'm using
-moz-box-shadow: 0px 0px 20px #000; -webkit-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color='#000000')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color='#000000');
The IE parts only seem to work directional? I need them to be even all the way around.
I have done some looking around but can't get it to work. I have also tried:
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=45, Color='#000000');
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=225, Color='#000000');
In hope that it wouild project both ways and sort of make a full drop shadow. Though the second rule just over-writes the first instead of working togetehr like I hoped.
Is their a way to get a full surround drop shadow with IE 5.5 - 8.. or even just 8?
Thanks

New Topic/Question
Reply



MultiQuote





|