Here is my login form: http://cssdeck.com/labs/wvpad3mc
I have a nice issue with webkit: if I have saved my password in Chrome, and i load my login page, Chrome passes my login and password to inputs and hides sprites
Without saved password:https://i.stack.imgur.com/dNu9G.jpg
And with (Chrome disabled sprites): https://i.stack.imgur.com/oqhsT.jpg
Does anyone know how to make sprites stay on their places without disabling autocomplete feature?
(sorry for links, can`t add images yet)
UPDATE(with answer):
As @Allan has mentioned, there is only one way(with different approaches) to make something suitable. BECAUSE due to this wonderful thing: https://code.google.com/p/chromium/issues/detail?id=46543 , this is a well known bug, which stretches throughout the Universe since 2010! Why Google Webkit dev team don`t fix it already is The Mystery of Unknown Realms.
Here is my new code, that solved MY CASE.
You may also use font-icons instead of spans(or divs) or some other :pseudo magic.