Is there a way to “mask” a text box input to act like a password field (to show dots instead of text) without creating a password type text box? We prefer CSS over javascript ...
any ideas?
This might be the answer you were looking for:
-webkit-text-security: disc; -moz-text-security: disc; text-security: disc;
There are ways to change the way characters are displayed when they are entered in the field ( http://blog.decaf.de/2009/07/iphone-like-password-fields-using-jquery/ ), but password masking cannot be achieved using basic CSS.
, , , ( ), @font-face, . @font-face , - .
@font-face
, ? :
, , . .
Read the following: http://www.puremango.co.uk/mask/
Source: https://habr.com/ru/post/1761706/More articles:addJavascriptInterface: object method not found - androidдобавить все ключи в словарь в С# - dictionaryВызов модуля perl из текущего каталога - perlChanging an ASP.NET Login Database - databaseHow can I get a Haskell installation to read in Cygwin? - haskellWhat parts of asp.net, C #, and the database should be used to create a forum like stackoverflow? - asp.netDifferences between Oracle hash and tomcat md5? - oracleИерархические данные в StringTemplate - stringtemplateHow to find the separator in lens C? - objective-cкак отображать текст в UIWebVIew - objective-cAll Articles