Hello
I am currently building a login form using HTML/PHP/Codeigniter, and would like to add some visual effects, like for example, if a user enters the username, either a tick or a cross is added beside the field when the user moves to the "password" field for example, and the same applies to the password field also. The username and password are stored in the mysql table "users".
How can I get these visuals to work?
Cheers.