Author: Stefan Vervoort | Published: 30 June 2008 | RSS | LINK | 2 Comments

Today we will try to improve the usability of our forms, using the :focus selector. Unfortunately, this selector is only supported by Firefox, Safari and Opera. The Internet Explorer family completely ignore it:
Example:

Therefore we are able to use it for the other browsers as IE will not preform any action when :focus is used. We [...]