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.

enter image description here

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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -