input type=“text” vs input type=“search” in HTML5

前端 未结 10 1812
無奈伤痛
無奈伤痛 2021-01-30 12:05

I\'m new to HTML5 as begun to work with HTML5\'s new form input fields. When I\'m working with form input fields, especially and

10条回答
  •  Happy的楠姐
    2021-01-30 12:48

    But it has a bad affect on yout input element, if you set

    
    

    And in your css you set

    input {background: url("images/search_bg.gif");}
    

    It wont showup at all.

提交回复
热议问题