border-radius doesn't work on IE10

后端 未结 3 993
傲寒
傲寒 2021-01-12 20:08

I need to have a container \"DIV\" with rounded corners. The following code works perfectly on all browsers except my IE10. I have no clue how to do in order to make it work

3条回答
  •  不知归路
    2021-01-12 20:45

    Try only using border-radius: 5px, does it work then? If it does, then add the extra border-radius properties one by one until you find where the problem arises. I suspect that it is one of the extra border-radius properties that is causing a problem. I suspect that the behavior might be the source of the problem.

提交回复
热议问题