I am trying to change select option border but unable to do that, I have tried it many times but not find the proper solution. I have attached the screen shot .

<head>
<style>
select option { border:0; background:transparent}
</style>
</head>
<body>
<select>
<option>hello</option>
<option>hello</option>
<option>hello</option>
<option>hello</option>
<option>hello</option>
</select>
</body>

