【发布时间】:2013-03-29 22:49:09
【问题描述】:
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。我该如何解决这个问题?
【问题讨论】:
标签: css select xhtml background-image opera