Home  >  Q&A  >  body text

javascript - js或者css如何禁止ie下密码的显示功能(右侧有个小眼睛)

js或者css如何禁止ie下密码的显示功能(右侧有个小眼睛)

PHP中文网PHP中文网2749 days ago320

reply all(2)I'll reply

  • 阿神

    阿神2017-04-10 15:43:57

    禁用IE10密码输入框中的小眼睛功能

    <style type='text/css'>
        ::-ms-clear { display: none; }
        ::-ms-reveal { display: none; }
    </style>
    

    reply
    0
  • 黄舟

    黄舟2017-04-10 15:43:57

    window8写了也出现了

    reply
    0
  • Cancelreply