IE browser has a different way of showing default html5 validation messages. Chrome or Firefox, after submitting form, show pretty bubbles/tool tip with error message. IE underline invalid field, but error message is showing only when user hover field.
Question: Is there any simple way, to change how to display messages similar like Chrome? Is this based on some pseudo-classes or something? Did any of you have a similar problem?