Categories | Question details Back To List | ||||||||
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 <head> of page: <style> #combo_zone3 .dhx_combo_option_img{ height:20px; width:20px: } #list_zone3 .dhx_combo_option_img{ height:20px; width:20px: } </style> </head> 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! Answer posted by Support on Jun 10, 2008 03:52 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. Attachments (1)
|