chrome浏览器下select元素透明问题

by shishaomeng

HTML

<div style="width: 200px; height: 200px; background: red">
    <select style="background: transparent;">
    <option>Here is the first option</option>
    <option>The second option</option>
   </select>
</div>