Hello
My password box is moving ...
http://i16.photobucket.com/albums/b49/BeanJardo/Work/stage1.png
http://i16.photobucket.com/albums/b49/BeanJardo/Work/stage2.png
When you click in to it, it shifts to the right.
I'm presuming that this is because my password box is built like this:
<input id="password-clear" type="text" value="PASSWORD" autocomplete="off" STYLE="color: grey" size="20"/>
<input id="password-password" type="password" name="password" value="" autocomplete="off" STYLE="color: grey" size="20"/>
Is there any command that I can give to the "password-clear" id to keep it in the same place as the "password-password" id!?
(I hope this makes sense)
