【问题标题】:Opera select background image not displayOpera选择背景图像不显示
【发布时间】: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


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2012-04-24
    • 1970-01-01
    • 2010-12-19
    • 2012-10-16
    • 2012-12-11
    • 2016-08-19
    • 2016-06-11
    • 2015-12-10
    • 2019-02-27
    相关资源
    最近更新 更多