I have a drop down box (a.k.a combo box) with auto complete.
I set up as
var z = dhtmlXComboFromSelect("category");
z.enableFilteringMode(true)
;
I have the combo box with autocomplete working.
The problem is the pointing down arrow image is not found. The url of the image is
<img class="dhx_combo_img" src="combo_select.gif">
How do I fix that so that the combo_select.gif relatives to dhtmlx.js ?
Thank you.
Michael