Internet Explorer - CSS Shadow All Around

后端 未结 4 1103
梦如初夏
梦如初夏 2021-01-02 03:52

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

4条回答
  •  孤城傲影
    2021-01-02 04:47

    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;}
    

提交回复
热议问题