I have this:
<div id="root">
<select onchange="go()">
<option value="1" selected>A
</option><option value="2">B
</option><option value="3">C
</option><option value="4">D
</option><option value="5">E
</option>
</select>
</div>
How can I change the standard selected background blue color to red???
I can not find any solution, not even the ones in other questions in the stackoverflow...
Thanks in advanced Kiss Ana