Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Alexander on Dec 21, 2007 14:29
open dhtmlx forum
the highlight of selected option is gone

i recently upgraded to dhtmlxcombo 1.2 and noted that the highlightning of options when the cursor is over them is not happening anymore.

is that intentionall? or maybe a problem of this version. how can i get this behavior again?.

thanks for the help.
Answer posted by Support on Dec 22, 2007 01:43
Just add next style to used css file

.dhx_combo_list div:hover{
    background-color:#C8D7E3;
}