Hi,

I had the same problem yesterday.

Basic simple working example is  here: 
http://dl.getdropbox.com/u/530105/input.html.
Just check it - all in one file.

Script which I've created last night which is working on all input
fields on a page is here http://pastie.org/404519. It is really messy
but it works.

You have it also here http://dl.getdropbox.com/u/530105/inputfields.js.
Just include it in your code, check if you have prototype included
and it will replace all things like :

<label for="username">Username</label>
<input type="text" id="username" name="username" />

I'll post something more when I make it look nicer. I hope this give
you some hint :)


Quleczka

p.s. it is based on
http://www.folksonomy.org/2009/01/12/changing-input-type-from-text-to-password-in-internet-explorer-hack/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to