Categories | Question details Back To List | ||
How to change Dhtmlx combo image on mouse over ? if i want to change images "combo_select.gif" to other image when i move mouse over Dhtmlx object ? Answer posted by Support on Aug 20, 2008 05:21 dhtmlxEvent(combo.DOMelem_input,"mouseover",function(){ combo.DOMelem_button.src="some.gif"; }); |