2

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。我怎样才能解决这个问题?

4

1 回答 1

2

你试试 background-color:rgba(0,0,0,0);

于 2013-03-29T14:49:09.450 回答