Img在选择标签上没有显示在chrome上

时间:2015-09-01 06:25:36

标签: html css google-chrome select

这是我的代码,它在mozilla上运行得很好,但在chrome上却没有。

我的代码:

select{
  -webkit-appearance: none;
  -moz-appearance: none;
}
option{
  background: url(image/flags/bg.png) no-repeat; padding-left: 20px;
}

1 个答案:

答案 0 :(得分:0)

不应该表现出来。您无法将background-image设置为选项标记。

但您可以使用名为select2的jquery插件。

http://select2.github.io/select2/#templating

Plugin's screen shot