Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Jul 03, 2008 04:02
open dhtmlx forum
DHTMLX Colorpicker : Problem with iFrame

Hi,
I am facing problem with DHTMLX Colorpicker when I am using it with iFrame.
Means the colorpicker object in MoZilla is getting hidden under textbox.
Please help me.
Answer posted by Support on Jul 07, 2008 08:15
If you are using some absolute positioned elements, it may be necessary to increase default z-index value used in component.
dhtmlxcolorpicker.css
.cs_colorBox{
    position:absolute;
    top:0px;
    left:0px;
    border:1px solid black;
    z-index:100; // this line can be added
}