Layering / z-index of dhtmlxDblCalendarObject

Much like the example here:



dhtmlx.com/docs/products/dhtmlxC … ndex.shtml





I am attempting to get the double calendar to be positioned on top of an existing DIV as such





<div id=“other page content”



I’ve attempted to define a style like:



.dhtmlxdblcalendar{

            border: 5px solid black;

            z-index:3;

        }    





the black border does appear but the calendar continues to ‘push down’ the div beneath it rather than layering over it. I have attempted to deobfuscate the page in the example sited above but it’s not a trivial task.



Any thoughts on how I can accomplish this?


You can try to use the following approach in this case











Perfect. Thanks.