Rounded corners for <input type='text' /> using border-radius.htc for IE

前端 未结 6 1519
遇见更好的自我
遇见更好的自我 2020-12-29 03:28

I want to create an input fields with rounded corners.

HTML:

6条回答
  •  渐次进展
    2020-12-29 04:19

    Writing from phone, but curvycorners is really good, since it adds it's own borders only if browser doesn't support it by default. In other words, browsers which already support some CSS3 will use their own system to provide corners.
    https://code.google.com/p/curvycorners/

提交回复
热议问题