Shadow & Opacity In css3 For IE8 (Not Match)

£可爱£侵袭症+ 提交于 2019-11-29 17:57:22

icant is correct but has a small typo. It should be progid instead of profid. I tried editing but it wouldn't let me edit just one letter.

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25) progid:DXImageTransform.Microsoft.dropShadow(attribute1=value1, attribute2=value2, etc);

Thanks icant!

it seems it's not possible to use shadow with opacity In IE 8... When You add shadow after opacity to an element (in firefox every thing is ok) in IE8 you can not feel Opacity exists , because of that shadow fills the entire element and do n't let the opacity show itself.

however i checked this issue by the simple html project and searched for solving this issue with no results / if you find a solution about this plz share it with us.

Just put the shadow after the opacity and add a space in-between. It's as simple as it could be.

filter: profid:DXImageTransform.Microsoft.Alpha(Opacity=25) progid:DXImageTransform.Microsoft.dropShadow(attribute1=value1, attribute2=value2, etc);
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!