我有以下由bootstrap 3设计的html,它定义了一组输入:
<div class="input-group"> <select class="form-control" >Some options here</select> <a class="btn btn-default input-group-addon disabled" title="Legg til" disabled="" href="#" ><i class="glyphicon glyphicon-plus-sign"></i></a> </div>
这在大多数浏览器(包括IE10)中给出以下结果:
但是在IE9中,下拉列表的“箭头”丢失了:
任何人都知道在IE9中修复此问题?