CSS
noindex:-o-prefocus, .city-list select {
height:20px;
margin:3px 0 0;
background-image: url("back.png");
background-position: 100% 100%;
background: rgba(0,0,0,0);
border-style:none;
}
HTML
<div class="city-list">
<select name="">
<option></option>
</select>
</div>
doctype と background: rgba(0,0,0,0) を使用していますが、Opera 12.14 では機能しません。どうすればこれを修正できますか?