Ok, so to overcome IE's lack of support for HTML5's Placeholder attribute, I wrote some JS that loops over inputs and sets the value of the input to be the placeholder attribute value for browsers that don't support it. Now this works fine, however on password fields, whatever the value is, appears as dots/bullets to obscure passwords.
Now what measures and methods can I take to get around this?
To have a placeholder style effect but on an input[type="password"]?