Categories | Question details Back To List | ||
ComboBox attached to dhtmlxWindow Hi, I have created a dhtmlxWindow and then attached a dhtmlxCombo to a DIV within it. The problem is when I click the dropdown selector the selection container for the combo is rendered behind the window. It seems there is a z-height conflict between the container and the dhtmlxWindow but I dont know how to resolve. Behaviour is the same in FF and IE. Dave Answer posted on May 27, 2008 06:20 You can modify next value in dhtmlxcombo.css .dhx_combo_list{ position:absolute; z-index:30; <<= this is it |