AJAX Calendar/Scheduling Controls
Hi,
I am using DayPilotMonth 5.6.
I am using jQuery Menu.
In my page I am using DayPilot Month Control.
I am facing problem to set z-index for Menu in the specified page.
I already used z-index for my menu and rest all pages its working fine and display menu on the page.
But on the page I am using DayPilot Month, z-index is not getting set properly.
I tried to apply Z-Index on DayPilot Month to make this contol behind the menu. but its not working.
Please tell what to do to fix this issue.
Thanks,
The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified:
<div style="z-index:1"> <DayPilot:DayPilotMonth ...... /> </div>
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java