image in combo

Hi support team,

I try to sue the image methode in one of my combos but I get any result

Here my code (copied from your sample) :

<select  mode="image" imagePath="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags2/" defaultImage="flag_green.png" defaultImageDis="flag_gray.png" style="width:90px;"  id="combo_zone"  ><option value="some value"></option><option value="O" img_src="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags/finland.png" img_src_dis="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags/dis/finland.png">test</option></select>

here the used paths :

[code]

[/code]

Hi
Your select data must be the next:

<select id="mySelect" style="width:230px;" opt_type="image"> <option value="en" img_src="../___img/gb.png">en</option> <option value="nl" img_src="../___img/nl.png">nl</option> <option value="de" img_src="../___img/de.png">de</option> <option value="fr" img_src="../___img/fr.png">fr</option> </select>
The result is: