Internet Explorer 10 Windows 8 Remove Text Input and Password Action Icons

前端 未结 7 2000
走了就别回头了
走了就别回头了 2020-12-07 16:09

I am testing a highly-customized web application in Internet Explorer 10 on Windows 8, since it is an up and coming release, and will likely be using my application some day

7条回答
  •  北海茫月
    2020-12-07 16:54

    The solution for IE10-docmode "standard" has been posted before.

    I incidentially found some kind of workaround which is independent from IE10-docmode. If you can live with changing the width of all inputs to a maximum of 80 pixels use the following jquery:
    $("input[type=text]").width(80);

提交回复
热议问题