Click to See Complete Forum and Search --> : STYLE on password fields


Paco Zarabozo
02-15-2003, 01:35 AM
Hi.

I've seen sometimes customized lookings in password fields (on web pages, of course). What i haven't seen and i'd like to use, is a different character for the mask (*****). Maybe an image?

I don't know if this is possible. I made a fast search on msdn.microsoft.com, but i didn't find what i'm looking for.

Does anyone here know how to do this?

Thanks,
Paco.

Nevermore
02-15-2003, 04:07 AM
I dont think you can do it JavaScript or HTML. (You can change it somehow though)

Maybe someone can fill us both in.

Charles
02-15-2003, 04:23 AM
There are a few, limited things that you can do with password fields.

<input type="password" style="color:#8b0000; background-color:#8b8b8b; font-family:webdings">

Nevermore
02-15-2003, 04:26 AM
Thanks, Charles, I always wondered how to do that. You really ARE good at HTML.