DHTMLX Calendar

How to change the Z-INDEX from the whole calendar ?



I already tried to change in css but doesn’t work.

The only z-index setting defined in CSS
.dhtmlxcalendar{
z-index:99;

Please beware that it can be redefined for different skins
.dhtmlxcalendar_yahoolike {
z-index:99;



I know that, I already change the z-index for the yahoo. But, istill doesnk work.



I’m using the DHTMLXGrid also in the same screen. And noticed that have a folder called Calendar inside the DHTMXLGrid folder.



Could be the problem because of the use o the Grid ?



 



Thanks



 



Cleverson



There’s another way to redefine the Z-Index using Javascript ?

There's another way to redefine the Z-Index using Javascript ?

You can try

var calendar = new dhtmlxCalendarObject(…
calendar.entObj.style.zIndex=NNNN;