Combo Box in IE still not working

Thank you for your quick response but I’m afraid IE is being its “old pain in the tushka self” and still won’t work.



1) Added style block to of page:





#combo_zone3 .dhx_combo_option_img{

height:20px;

width:20px:

}



#list_zone3 .dhx_combo_option_img{

height:20px;

width:20px:

}











2) Here’s the script for zone3, but I’m not sure I’m following your directions properly:



var z3=new dhtmlXCombo(“combo_zone3”,“bullets”,70, ‘image’);

z3.DOMlist.id=“list_zone3”;

z3.readonly(1);

z3.loadXML(“bullets.xml”);



Again, your API works PERFECTLY and GLORIOUSLY in FireFox! Thank you for your help!



Please check attached sample, it shows two combos with different image size , which works in both IE and FF.
The styles recommended in previous post really works not in all cases, please check updated style definition in attached sample.

2xcombo.ZIP (18.9 KB)