On my web page, I have a drop down list ( with ); I have provided width to it. The contents of the list are populated dynamically hence I can't provide a maximum size. If I don't specify the size then the list is displayed properly but then the alignment of neighboring components gets disturbed as list takes width of the widest option in the list. FireFox with width specified works fine as the select item list is fixed but when the drop down is displayed only the drop box gets wider & all options are displayed clearly. But IE whatever width is provided to the select, the drop list displayed is also of same width & hence all options are not completely visible. Is there any solution to manage this... Pls let me know.. Also if not is there any custom drop down component available(not using , maybe with div span) which can provide the same behavior like FireFox drop down & work in IE too? for ex, Long entry in option Long entry in option behaves different in IE & FF.
Thanks in advance....