I\'m trying to set the style of an option in a select dropdown menu in Google Chrome. It works in all browsers except IE9 and Chrome.
option
select
Unfortunately, WebKit browsers do not support styling of tags yet, except for color and background-color.
color
background-color
The most widely used cross browser solution is to use / and style them using CSS. Frameworks like Bootstrap do this well.