my output code is: -
<!DOCTYPE html>
<html>
<style>
#one
{
margin-left:150px;
}
</style>
<body>
<select id="one">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
</body>
</html>
this code is the jail output in the drop down list but now I think add the image to the drop down list as below. 
I want to change the appearance of the default drop-down arrow so that it works in all browsers.
user3488098
source
share