Kindly read my Note Points
as my main problem exists there only.
As I am using a normal tag in html.
Code as follows:
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
Here, as we all know that the values on hover, the color that comes by default is blue (i.e. a system color) But I want a color other than blue.
Note: 1. It should work mainly in the Chrome browser. 2. Avoid JavaScript/jquery code.
Thanks in advance pals !!!