Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aspi on Jul 24, 2008 08:12
open dhtmlx forum
DhtmlX Calendar

HI!

If use dhtmlxGrid + XCalendar and click calendar show behind the grid, grid z-index is higher than calendar;

How can i fix thnks
Answer posted by Support on Jul 24, 2008 08:58
By default calendar has much greater z-index than a grid, probably you are using some container with high z-index.
This can be changed in dhtmlxcalendar.css

.dhtmlxcalendar{
    background: url(imgs/cal_bg_single.png) no-repeat;
    border: 0px solid green;
    font-family: Arial;
    z-index:99;   // need to be increased

Beware that css contains few such settings for different skins