Linear-gradient not working in IE 11

前端 未结 4 1681
被撕碎了的回忆
被撕碎了的回忆 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:17

    So the problem I really had was that I was not telling IE to render the page using the latest standards of css. Adding to the block fixed most of my problems.

提交回复
热议问题