HTML5 email input element shows a list of email address during typing. Is there a way to style it. I mean are there any CSS selectores.
Asked
Active
Viewed 154 times
1 Answers
0
Short answer: No.
The list of email addresses you are seeing has to be a part of your browsers auto-complete functionalities. I just tried an HTML 5 email input element with recent Chrome and IE 10 versions, but no list was displayed. There is no way to edit these with CSS selectors.
However, if you create your own auto-complete / dropdown list controls using JavaScript, you are free to use any CSS style attributes such as colors, paddings and margins.

Risto Välimäki
- 149
- 8