html-select height increase in IE6
How to inc开发者_如何学编程rese the height of the select combo box in the IE6 browser where by default it is showing 11 items in the list.Please can any give the solution for it
The height of a select list in IE is controlled by the browser.
Height of an HTML select box (dropdown)
You have no ability to change the height at all
I think I have a solution for you here: Setting the height of a SELECT in IE look for my post
精彩评论