Is it possible to style the drop-down suggestions when using HTML5 <datalist>?
See here: http://jsfiddle.net/zemar (Must use Firefox or Opera to see) When you click on the select , the drop-down is styled to match, but if you start typing a term from the data-list in the text box the suggestions that appear aren't styled and therefore it doesn't match the rest of the styling. Is it possible to style the drop-down? * {margin:0; padding:0; font-family: arial, sans-serif; font-size: 40px; font-weight: bold; color: #444;} body {height:100%; background:#F4F3EF;} .select select, .input input {background: transparent; width: 220px; overflow:hidden; height: 65px; padding-left: