Linear-gradient not working in IE 11

前端 未结 4 1660
被撕碎了的回忆
被撕碎了的回忆 2021-01-06 07:40

I have a css rule that works fine in chrome, firefox and used to work in IE. Now my seemingly valid css is not working.

.s-tour {
/*border-radius: 5px;*/
mar         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-06 08:25

    try adding this line to the end of your class:

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#666666);
    

提交回复
热议问题