Styling the hint on a HTML5 input field using required attribute
Is it possible to style the hint that appears on a HTML5 input field when using the required attribute. If you're not sure what I'm talking about click submit on this form without filling anything in. You should have a hint popup. http://24ways.org/examples/have-a-field-day-with-html5-forms/24ways-form.html I've checked the CSS source and couldn't see anything regarding the hint. I have found that styling the div element in a reset fashion affects how it appears. But I do not know how to target it specifically. Please note: I am NOT referring to a placeholder. Cheers, Thomas. The reason, why