为什么<select>有时是白色,有时是灰色?</select>

时间:2012-05-29 12:53:54

标签: html css select drop-down-menu

为什么<select>下拉元素(箭头)有时会变白,有时会变灰?

我有以下示例代码:

<html>
  <body>

    <select>
      <option>1</option>
    </select>

  </body>
</html>

当我在IE 9中将代码测试为.html页面时,结果如下所示:

http://img0.www.suckmypic.net/img/7/n/xaxKK6g5/IEresult1.png

当我在IE 9中使用JSFiddle测试代码时,结果如下所示:

http://img0.www.suckmypic.net/img/A/h/S4o4tOP7/IEresult2.png

为什么呢?我如何强制选择“灰色”?

小提琴示例:http://jsfiddle.net/VuSWz/

1 个答案:

答案 0 :(得分:1)

就像您的评论所说,您有2种渲染模式。

看看@这个问题。

CSS for the "down arrow" on a <select> element?

在这里,您可以学习如何在css代码的帮助下使用相同的下拉箭头。

希望我能帮到你。

此致