CSS - gradient set for IE

前端 未结 2 924
夕颜
夕颜 2021-01-28 17:07

How do I set gradient for IE, because I was trying but without any luck, I got it working on chrome, firefox, opera but not in IE

html, body {  
    height: 100%         


        
2条回答
  •  独厮守ぢ
    2021-01-28 18:07

    You have to use this in IE,

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE25E ', endColorstr='#8BB31D ');
    

提交回复
热议问题