Categories | Question details Back To List | ||
dhtmlxCombo. Change arrow image Hello DHTMLX! I trie researching knowledge base on how to load different arrow for one of my objects, but could not find the sollution. Maybe you can help me? Now all of my dhtmlxCombo's have the same arrow. I also have one more question. Is it possible to style the scroller inside the dhtmlxCombo? Thank you for Your time, and such a nice product! cheers, Jaroslav Answer posted by Support on Sep 01, 2008 02:10 >>I also have one more question. Is it possible to style the scroller The scrollbar is a native scroll element, so it can be styled only in IE ( other browser not support styling of scrollbars ) .dhx_combo.list{ scrollbar-base-color:#ff6347; } >> to load different arrow for one of my objects Not supported, but can be done in next way var combo = new ... combo.DOMelem_button.src="any/custom/image.gif" |