What rounded corner approach should I take?

后端 未结 6 1829
旧时难觅i
旧时难觅i 2021-02-11 01:20

So there\'s no shortage of information out there on rounded corners and I\'ve been through much of it and I\'m posting to get the opinions of the communities on this point.

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-11 02:07

    Overall, you should just go with the -webkit-border-radius as well as the -moz-border-radius to support all Webkit and Mozilla browsers. To have a fix with IE, there is a javascript function to do that. Hope that helps!

提交回复
热议问题