css - Bootstrap select tag drop down align issue with ie9 -
i have drop down alignment issue ie9 while using bootstrap "select" tag. need drop down should start @ bottom of box, ovelaping on it. select tag css editing reflecting on box no control on dropdown. how can fix issue.
select::-ms-expand { display: none; }
<select class=" form-control "> <option>select option 1</option> <option>select option 2</option> <option>select option 3</option> <option>select option 4</option> <option>select option 5</option> </select>
Comments
Post a Comment