I have a select element which has several items. I want to change the color of its first item, but it seems the color only shows when you click on the select dropdown. What
What about this:
select{ width: 150px; height: 30px; padding: 5px; color: green; } select option { color: black; } select option:first-child{ color: green; }
one two
http://jsbin.com/acucan/9