I want to set the background-color of specific options in a select menu.
On the desktop browsers it works fine, but when i look on my smartphone (android with chrome) no background-color is shown up.
I do it like:
<select>
<options></options>
<options class="color"></options>
<options></options>
</select
and style it:
.color{background-color : #999;}
Does anyone know a solution?