I have Html listBox:
<select id="targetField" multiple="multiple" name="D1" style="width:200px;">
<option>INDIA</option>
<option>USA</option>
<option>UK</option>
<option>AUSTRALIA</option>
<option>RUSSIA</option>
<option>FRANCE</option>
<option>HOLLAND</option>
</select>
i need to set height of this to auto i.e ido not want scrollbar to appear. I tried Height:auto; But it is not working in IE. How should i do this.