Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mini on Sep 11, 2009 04:46
open dhtmlx forum
Scheduler Loosing pixels

I'm trying to implement the scheduler in a div , but I seem to loose one or more pixels to the left in the div with class : dhx_cal_container. The border doesnt show in the left and it looks broken.

the container div has position:relative and I've tried almost everything.

Please help

Answer posted by Support on Sep 11, 2009 05:04
>>The border doesnt show in the left and it looks broken
Actually the .dhx_cal_container has not left border. In full-screen mode it uses the border of browser. 

You can add the one, by using

.dhx_cal_container {
          border-left:1px dotted #586A7E;
          overflow:hidden;
}