Hello Friends good afternoon, what happens is that I want to eliminate the blue color by default in a comboBox when going over the options, and probe with the hover, but I did not succeed this is the screen:
option:hover
{
background-color: #F4F4F4;
/* color: #F4F4F4;*/
cursor: pointer;
background: url(../img/palomita.png ) no-repeat 100%;
}
<select class="selectArrow" name="AAS" class="Caja_txt_246" id="AAS" tabindex="9">
<option selected="selected" value="0">0 %</option>
<option value="5">5 %</option>
<option value="10">10 %</option>
<option value="15">15 %</option>
<option value="20">20 %</option>
</select>
I have already edited the question with the code running, (The main thing is to disappear the blue color, either jquery, js or css)
I hope and you can help me, best regards XDD