这是我的代码,它在mozilla上运行得很好,但在chrome上却没有。
我的代码:
select{
-webkit-appearance: none;
-moz-appearance: none;
}
option{
background: url(image/flags/bg.png) no-repeat; padding-left: 20px;
}
答案 0 :(得分:0)
不应该表现出来。您无法将background-image
设置为选项标记。
但您可以使用名为select2
的jquery插件。