This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Password field
#3
(13.10.2022, 13:02)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=2339

Thanks a lot  Big Grin

I tried to implement the Javascript Code at the end of the thread

Code:
.password .value {
  color: transparent;
  position: relative;
}

.password .value:after {
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  content: "*****";
}

and used 'password' as an additional class to the objects but didn't work
do you know the reason why ?
Reply


Messages In This Thread
Password field - by benjii - 13.10.2022, 12:47
RE: Password field - by admin - 13.10.2022, 13:02
RE: Password field - by benjii - 13.10.2022, 13:08
RE: Password field - by admin - 13.10.2022, 14:13
RE: Password field - by benjii - 13.10.2022, 14:14
RE: Password field - by admin - 13.10.2022, 14:17
RE: Password field - by benjii - 13.10.2022, 14:33
RE: Password field - by Daniel - 13.10.2022, 15:10
RE: Password field - by benjii - 13.10.2022, 15:41
RE: Password field - by Daniel - 13.10.2022, 15:50
RE: Password field - by admin - 14.10.2022, 06:07
RE: Password field - by benjii - 14.10.2022, 08:16

Forum Jump: