In HTML5 there is a new tag
<input type="email">
when I am using it in a form, the error it shows when i leave it blank or put a non email text or in it looks pretty weird . How can I change the CSS and text for that error box ??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Google Chrome, you could use the following pseudo-classes to style the bubble:
Not sure if/when other browsers will support styling the error messages. See the following links for reference:
Styling HTML5 Form Validation Errors
How do you style the HTML5 form validation messages?