I have been ripping my hair out over this issue, I want a simple shadow that does around the whole element, besides for the top. I got it to work in Firefox and Chrome with
Try the "glow" filter instead:
http://msdn.microsoft.com/en-us/library/ms532995(v=VS.85).aspx
DIV.aFilter { filter:progid:DXImageTransform.Microsoft.Glow(Color=blue,Strength=5); width: 150px;}