I need to set the background color for select box as yellow.
When i tested,it does show box with yellow color and arrow on android 2.3 and android 3.0.
But on android 4.0 it shows the select as complete yellow without the drop-down arrow.
Any idea how to resolve the issue?
I am designing this with phone-gap.
This is my code where i am setting background-color for html select.
<select style="background-color:#FFFF00;border:#FFFF00;height:25px;font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:14px; font-weight:bold; text-align:center;">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…