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) 但不适用于歌剧 12.14。我怎样才能解决这个问题?