Query about Html <input type="password> tag…?

前端 未结 4 549
失恋的感觉
失恋的感觉 2021-01-22 04:53

I have seen different Password masking characters in different logon screens instead of \"a big black dot\". How can I change the Password masking character in password field.

4条回答
  •  被撕碎了的回忆
    2021-01-22 05:16

    The character displayed depends on the browser, which can choose to print an asterisk, a circle or little pictures of kittens. It's not something the user can control, not to mention the webmaster. The different chars you've seen have probably been in different browsers and/or computers.

    However, you can always use good old font-face CSS attribute to alter the way such character is drawn.

提交回复
热议问题