Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by HMREM on Nov 17, 2008 21:40
open dhtmlx forum
Calendar display Error in DhtmlGrid

I am using Calendar & CalendarA in DhtmlGrid ProV1.5. After l call myrid.attachfooter(), I find calendar popup window is hided under grid.my browser is IE7.

Any Suggestion?

Best Regards

HMREN
Answer posted by Support on Nov 18, 2008 01:53
Add next line 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 added or increased