选择框显示一些不真实的背景图像

时间:2015-12-11 07:28:22

标签: css google-chrome drop-down-menu dropdown

enter image description here

选择框仅显示chrome中的一些虚幻背景图像。 我使用了以下css。 请帮我。 提前谢谢。

select
{
   font-size: 11px;
  border: 1px solid #111;
  background: transparent;
  width: 150px;
  padding: 0 0 0 5px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../Images/select-ico.png") no-repeat scroll 96% center #fff;
}

0 个答案:

没有答案