欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

select下拉箭头样式重置

程序员文章站 2022-10-08 22:25:07
select{ appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../images/xl_1.png") no-repeat scroll right center #fff; padd ......

select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../images/xl_1.png") no-repeat scroll right center #fff;
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
select::-ms-expand { display: none; }