Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dave on May 27, 2008 05:24
open dhtmlx forum
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