Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Luis Godoy on Jul 19, 2008 06:44
open dhtmlx forum
combo and window

esteemed men, I am using the dhtmlxCombo inside a dhtmlxWindow, nevertheless the list with the data is not being enabled. what can be missed?
Answer posted by Support on Jul 21, 2008 02:10
The problem can be caused by z-index issue, you can update used value in dhtmlxcombo.css

.dhx_combo_list{
   position:absolute;
   z-index:500; //set some value > 300 here