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

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

I want to create an input fields with rounded corners.

HTML:

6条回答
  •  猫巷女王i
    2020-12-29 04:11

    if you are using for certain text field then use the class

    
    

    and in html code use

     
    

    or if u want to do this for all the input type text field means use

    
    

    and in html code

    
    

提交回复
热议问题